Html Css Color HEX #D36ECF Orchid

📋 copy color: '#D36ECF'

red 211 ◦ green 110 ◦ blue 207

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

Shades of Orchid #D36ECF

Tints of Orchid #D36ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 39.96%
G = 20.83%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D36ECF (or 0xD36ECF) is known color: Orchid. HEX triplet: D3, 6E and CF. RGB value is (211,110,207). Sum of RGB (Red+Green+Blue) = 211+110+207=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECF is #2C9130. Grayscale: #969696. Windows color (decimal): -2920753 or 13594323. OLE color: 13594323.

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

Color convert

RGB 211 110 207 -
CMYK 0 0.48 0.02 0.17
HSL 302.38º 0.53% 0.63% -
HSV(B) 302.38º 0.48% 0.83% -
XYZ 43.7 29.51 62.42 -
YUV 151.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 211 110 207 0 0.48 0.02 0.17 302.38 0.53 0.63
Hex D3 6E CF 0 30 2 11 12E 35 3F
Octal 323 156 317 0 60 2 21 456 65 77
Binary 11010011 1101110 11001111 0 110000 10 10001 100101110 110101 111111

Color Harmonies of #D36ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ECF

Black with #D36ECF

Text Example


Text Example

White with #D36ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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