Html Css Color HEX #D36DB6 Orchid

📋 copy color: '#D36DB6'

red 211 ◦ green 109 ◦ blue 182

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

Shades of Orchid #D36DB6

Tints of Orchid #D36DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 42.03%
G = 21.71%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D36DB6 (or 0xD36DB6) is known color: Orchid. HEX triplet: D3, 6D and B6. RGB value is (211,109,182). Sum of RGB (Red+Green+Blue) = 211+109+182=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DB6 is #2C9249. Grayscale: #939393. Windows color (decimal): -2921034 or 11955667. OLE color: 11955667.

HSL color Cylindrical-coordinate representation of color #D36DB6: hue angle of 317.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36DB6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 109 182 -
CMYK 0 0.48 0.14 0.17
HSL 317.06º 0.54% 0.63% -
HSV(B) 317.06º 0.48% 0.83% -
XYZ 40.78 28.16 47.54 -
YUV 147.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 211 109 182 0 0.48 0.14 0.17 317.06 0.54 0.63
Hex D3 6D B6 0 30 E 11 13D 36 3F
Octal 323 155 266 0 60 16 21 475 66 77
Binary 11010011 1101101 10110110 0 110000 1110 10001 100111101 110110 111111

Color Harmonies of #D36DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DB6

Black with #D36DB6

Text Example


Text Example

White with #D36DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DB6; }

 p { color: rgb(211,109,182); }

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

background-color css

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

 a { background-color: rgb(211,109,182); }

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

border-color css

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

 span { border-color: rgb(211,109,182); }

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