Html Css Color HEX #D36DE5 Orchid

📋 copy color: '#D36DE5'

red 211 ◦ green 109 ◦ blue 229

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

Shades of Orchid #D36DE5

Tints of Orchid #D36DE5

RGB

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

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

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

R = 38.43%
G = 19.85%
B = 41.71%

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

#D36DE5 (or 0xD36DE5) is known color: Orchid. HEX triplet: D3, 6D and E5. RGB value is (211,109,229). Sum of RGB (Red+Green+Blue) = 211+109+229=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D36DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DE5 is #2C921A. Grayscale: #989898. Windows color (decimal): -2920987 or 15035859. OLE color: 15035859.

HSL color Cylindrical-coordinate representation of color #D36DE5: hue angle of 291º 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 #D36DE5 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 109 229 -
CMYK 0.08 0.52 0 0.10
HSL 291º 0.7% 0.66% -
HSV(B) 291º 0.52% 0.9% -
XYZ 46.48 30.44 77.56 -
YUV 153.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 211 109 229 0.08 0.52 0 0.10 291 0.7 0.66
Hex D3 6D E5 8 34 0 A 123 46 42
Octal 323 155 345 10 64 0 12 443 106 102
Binary 11010011 1101101 11100101 1000 110100 0 1010 100100011 1000110 1000010

Color Harmonies of #D36DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DE5

Black with #D36DE5

Text Example


Text Example

White with #D36DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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