Html Css Color HEX #D06EDD Orchid

📋 copy color: '#D06EDD'

red 208 ◦ green 110 ◦ blue 221

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

Shades of Orchid #D06EDD

Tints of Orchid #D06EDD

RGB

 RED value IS 208 (81.64% from 255) = 38.59%

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

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

R = 38.59%
G = 20.41%
B = 41%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06EDD (or 0xD06EDD) is known color: Orchid. HEX triplet: D0, 6E and DD. RGB value is (208,110,221). Sum of RGB (Red+Green+Blue) = 208+110+221=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D06EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EDD is #2F9122. Grayscale: #979797. Windows color (decimal): -3117347 or 14511824. OLE color: 14511824.

HSL color Cylindrical-coordinate representation of color #D06EDD: hue angle of 292.97º 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 #D06EDD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 110 221 -
CMYK 0.06 0.50 0 0.13
HSL 292.97º 0.62% 0.65% -
HSV(B) 292.97º 0.5% 0.87% -
XYZ 44.64 29.78 71.8 -
YUV 151.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 208 110 221 0.06 0.50 0 0.13 292.97 0.62 0.65
Hex D0 6E DD 6 32 0 D 125 3E 41
Octal 320 156 335 6 62 0 15 445 76 101
Binary 11010000 1101110 11011101 110 110010 0 1101 100100101 111110 1000001

Color Harmonies of #D06EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EDD

Black with #D06EDD

Text Example


Text Example

White with #D06EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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