Html Css Color HEX #D36DD9 Orchid

📋 copy color: '#D36DD9'

red 211 ◦ green 109 ◦ blue 217

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

Shades of Orchid #D36DD9

Tints of Orchid #D36DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.41%

R = 39.29%
G = 20.3%
B = 40.41%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D36DD9 (or 0xD36DD9) is known color: Orchid. HEX triplet: D3, 6D and D9. RGB value is (211,109,217). Sum of RGB (Red+Green+Blue) = 211+109+217=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #D36DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DD9 is #2C9226. Grayscale: #979797. Windows color (decimal): -2920999 or 14249427. OLE color: 14249427.

HSL color Cylindrical-coordinate representation of color #D36DD9: hue angle of 296.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36DD9 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 109 217 -
CMYK 0.03 0.50 0 0.15
HSL 296.67º 0.59% 0.64% -
HSV(B) 296.67º 0.5% 0.85% -
XYZ 44.86 29.8 69.03 -
YUV 151.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 211 109 217 0.03 0.50 0 0.15 296.67 0.59 0.64
Hex D3 6D D9 3 32 0 F 129 3B 40
Octal 323 155 331 3 62 0 17 451 73 100
Binary 11010011 1101101 11011001 11 110010 0 1111 100101001 111011 1000000

Color Harmonies of #D36DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DD9

Black with #D36DD9

Text Example


Text Example

White with #D36DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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