Html Css Color HEX #D363DF Orchid

📋 copy color: '#D363DF'

red 211 ◦ green 99 ◦ blue 223

#D363DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D363DF

Tints of Orchid #D363DF

RGB

 RED value IS 211 (82.81% from 255) = 39.59%

 GREEN value IS 99 (39.06% from 255) = 18.57%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 39.59%
G = 18.57%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D363DF (or 0xD363DF) is known color: Orchid. HEX triplet: D3, 63 and DF. RGB value is (211,99,223). Sum of RGB (Red+Green+Blue) = 211+99+223=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D363DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363DF is #2C9C20. Grayscale: #929292. Windows color (decimal): -2923553 or 14640083. OLE color: 14640083.

HSL color Cylindrical-coordinate representation of color #D363DF: hue angle of 294.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D363DF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 99 223 -
CMYK 0.05 0.56 0 0.13
HSL 294.19º 0.66% 0.63% -
HSV(B) 294.19º 0.56% 0.87% -
XYZ 44.65 28.1 72.88 -
YUV 146.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 211 99 223 0.05 0.56 0 0.13 294.19 0.66 0.63
Hex D3 63 DF 5 38 0 D 126 42 3F
Octal 323 143 337 5 70 0 15 446 102 77
Binary 11010011 1100011 11011111 101 111000 0 1101 100100110 1000010 111111

Color Harmonies of #D363DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363DF

Black with #D363DF

Text Example


Text Example

White with #D363DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363DF; }

 p { color: rgb(211,99,223); }

 H1.HeaderClassName
 {
   color: #D363DF;
 }
 .AnyTagClassName
 {
   color: #D363DF;
 }
</style>

background-color css

<style>
 a { background-color: #D363DF; }

 a { background-color: rgb(211,99,223); }

 div.DivClassName
 {
   background-color: #D363DF;
 }
 .BgClassName
 {
   background-color: #D363DF;
 }
</style>

border-color css

<style>
 span { border-color: #D363DF; }

 span { border-color: rgb(211,99,223); }

 td.TdClassName
 {
   border-color: #D363DF;
 }
 .TagClassName
 {
   border-color: #D363DF;
 }
</style>