Html Css Color HEX #D36DCF Orchid

📋 copy color: '#D36DCF'

red 211 ◦ green 109 ◦ blue 207

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

Shades of Orchid #D36DCF

Tints of Orchid #D36DCF

RGB

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

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

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

R = 40.04%
G = 20.68%
B = 39.28%

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

#D36DCF (or 0xD36DCF) is known color: Orchid. HEX triplet: D3, 6D and CF. RGB value is (211,109,207). Sum of RGB (Red+Green+Blue) = 211+109+207=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DCF is #2C9230. Grayscale: #969696. Windows color (decimal): -2921009 or 13594067. OLE color: 13594067.

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

Color convert

RGB 211 109 207 -
CMYK 0 0.48 0.02 0.17
HSL 302.35º 0.54% 0.63% -
HSV(B) 302.35º 0.48% 0.83% -
XYZ 43.6 29.29 62.39 -
YUV 150.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 211 109 207 0 0.48 0.02 0.17 302.35 0.54 0.63
Hex D3 6D CF 0 30 2 11 12E 36 3F
Octal 323 155 317 0 60 2 21 456 66 77
Binary 11010011 1101101 11001111 0 110000 10 10001 100101110 110110 111111

Color Harmonies of #D36DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DCF

Black with #D36DCF

Text Example


Text Example

White with #D36DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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