Html Css Color HEX #D36EDD Orchid

📋 copy color: '#D36EDD'

red 211 ◦ green 110 ◦ blue 221

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

Shades of Orchid #D36EDD

Tints of Orchid #D36EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 38.93%
G = 20.3%
B = 40.77%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D36EDD (or 0xD36EDD) is known color: Orchid. HEX triplet: D3, 6E and DD. RGB value is (211,110,221). Sum of RGB (Red+Green+Blue) = 211+110+221=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D36EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EDD is #2C9122. Grayscale: #989898. Windows color (decimal): -2920739 or 14511827. OLE color: 14511827.

HSL color Cylindrical-coordinate representation of color #D36EDD: hue angle of 294.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36EDD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 110 221 -
CMYK 0.05 0.50 0 0.13
HSL 294.59º 0.62% 0.65% -
HSV(B) 294.59º 0.5% 0.87% -
XYZ 45.49 30.22 71.84 -
YUV 152.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 211 110 221 0.05 0.50 0 0.13 294.59 0.62 0.65
Hex D3 6E DD 5 32 0 D 127 3E 41
Octal 323 156 335 5 62 0 15 447 76 101
Binary 11010011 1101110 11011101 101 110010 0 1101 100100111 111110 1000001

Color Harmonies of #D36EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36EDD

Black with #D36EDD

Text Example


Text Example

White with #D36EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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