Html Css Color HEX #D36EC9 Orchid

📋 copy color: '#D36EC9'

red 211 ◦ green 110 ◦ blue 201

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

Shades of Orchid #D36EC9

Tints of Orchid #D36EC9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 40.42%
G = 21.07%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D36EC9 (or 0xD36EC9) is known color: Orchid. HEX triplet: D3, 6E and C9. RGB value is (211,110,201). Sum of RGB (Red+Green+Blue) = 211+110+201=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D36EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EC9 is #2C9136. Grayscale: #969696. Windows color (decimal): -2920759 or 13201107. OLE color: 13201107.

HSL color Cylindrical-coordinate representation of color #D36EC9: hue angle of 305.94º degrees, saturation: 0.53, 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 #D36EC9 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 110 201 -
CMYK 0 0.48 0.05 0.17
HSL 305.94º 0.53% 0.63% -
HSV(B) 305.94º 0.48% 0.83% -
XYZ 42.98 29.22 58.63 -
YUV 150.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 211 110 201 0 0.48 0.05 0.17 305.94 0.53 0.63
Hex D3 6E C9 0 30 5 11 132 35 3F
Octal 323 156 311 0 60 5 21 462 65 77
Binary 11010011 1101110 11001001 0 110000 101 10001 100110010 110101 111111

Color Harmonies of #D36EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36EC9

Black with #D36EC9

Text Example


Text Example

White with #D36EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36EC9; }

 p { color: rgb(211,110,201); }

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

background-color css

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

 a { background-color: rgb(211,110,201); }

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

border-color css

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

 span { border-color: rgb(211,110,201); }

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