Html Css Color HEX #D36EE5 Orchid

📋 copy color: '#D36EE5'

red 211 ◦ green 110 ◦ blue 229

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

Shades of Orchid #D36EE5

Tints of Orchid #D36EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 38.36%
G = 20%
B = 41.64%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D36EE5 (or 0xD36EE5) is known color: Orchid. HEX triplet: D3, 6E and E5. RGB value is (211,110,229). Sum of RGB (Red+Green+Blue) = 211+110+229=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #D36EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EE5 is #2C911A. Grayscale: #999999. Windows color (decimal): -2920731 or 15036115. OLE color: 15036115.

HSL color Cylindrical-coordinate representation of color #D36EE5: hue angle of 290.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36EE5 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 110 229 -
CMYK 0.08 0.52 0 0.10
HSL 290.92º 0.7% 0.66% -
HSV(B) 290.92º 0.52% 0.9% -
XYZ 46.58 30.66 77.59 -
YUV 153.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 211 110 229 0.08 0.52 0 0.10 290.92 0.7 0.66
Hex D3 6E E5 8 34 0 A 123 46 42
Octal 323 156 345 10 64 0 12 443 106 102
Binary 11010011 1101110 11100101 1000 110100 0 1010 100100011 1000110 1000010

Color Harmonies of #D36EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36EE5

Black with #D36EE5

Text Example


Text Example

White with #D36EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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