Html Css Color HEX #D36ECC Orchid

📋 copy color: '#D36ECC'

red 211 ◦ green 110 ◦ blue 204

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

Shades of Orchid #D36ECC

Tints of Orchid #D36ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 40.19%
G = 20.95%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D36ECC (or 0xD36ECC) is known color: Orchid. HEX triplet: D3, 6E and CC. RGB value is (211,110,204). Sum of RGB (Red+Green+Blue) = 211+110+204=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECC is #2C9133. Grayscale: #969696. Windows color (decimal): -2920756 or 13397715. OLE color: 13397715.

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

Color convert

RGB 211 110 204 -
CMYK 0 0.48 0.03 0.17
HSL 304.16º 0.53% 0.63% -
HSV(B) 304.16º 0.48% 0.83% -
XYZ 43.34 29.36 60.51 -
YUV 150.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 211 110 204 0 0.48 0.03 0.17 304.16 0.53 0.63
Hex D3 6E CC 0 30 3 11 130 35 3F
Octal 323 156 314 0 60 3 21 460 65 77
Binary 11010011 1101110 11001100 0 110000 11 10001 100110000 110101 111111

Color Harmonies of #D36ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ECC

Black with #D36ECC

Text Example


Text Example

White with #D36ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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