Html Css Color HEX #D36EE0 Orchid

📋 copy color: '#D36EE0'

red 211 ◦ green 110 ◦ blue 224

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

Shades of Orchid #D36EE0

Tints of Orchid #D36EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 38.72%
G = 20.18%
B = 41.1%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D36EE0 (or 0xD36EE0) is known color: Orchid. HEX triplet: D3, 6E and E0. RGB value is (211,110,224). Sum of RGB (Red+Green+Blue) = 211+110+224=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #D36EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EE0 is #2C911F. Grayscale: #989898. Windows color (decimal): -2920736 or 14708435. OLE color: 14708435.

HSL color Cylindrical-coordinate representation of color #D36EE0: hue angle of 293.16º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36EE0 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 110 224 -
CMYK 0.06 0.51 0 0.12
HSL 293.16º 0.65% 0.65% -
HSV(B) 293.16º 0.51% 0.88% -
XYZ 45.89 30.38 73.97 -
YUV 153.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 211 110 224 0.06 0.51 0 0.12 293.16 0.65 0.65
Hex D3 6E E0 6 33 0 C 125 41 41
Octal 323 156 340 6 63 0 14 445 101 101
Binary 11010011 1101110 11100000 110 110011 0 1100 100100101 1000001 1000001

Color Harmonies of #D36EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36EE0

Black with #D36EE0

Text Example


Text Example

White with #D36EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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