Html Css Color HEX #D36ECB Orchid

📋 copy color: '#D36ECB'

red 211 ◦ green 110 ◦ blue 203

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

Shades of Orchid #D36ECB

Tints of Orchid #D36ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 40.27%
G = 20.99%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D36ECB (or 0xD36ECB) is known color: Orchid. HEX triplet: D3, 6E and CB. RGB value is (211,110,203). Sum of RGB (Red+Green+Blue) = 211+110+203=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECB is #2C9134. Grayscale: #969696. Windows color (decimal): -2920757 or 13332179. OLE color: 13332179.

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

Color convert

RGB 211 110 203 -
CMYK 0 0.48 0.04 0.17
HSL 304.75º 0.53% 0.63% -
HSV(B) 304.75º 0.48% 0.83% -
XYZ 43.22 29.31 59.88 -
YUV 150.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 211 110 203 0 0.48 0.04 0.17 304.75 0.53 0.63
Hex D3 6E CB 0 30 4 11 131 35 3F
Octal 323 156 313 0 60 4 21 461 65 77
Binary 11010011 1101110 11001011 0 110000 100 10001 100110001 110101 111111

Color Harmonies of #D36ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ECB

Black with #D36ECB

Text Example


Text Example

White with #D36ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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