Html Css Color HEX #D06ECD Orchid

📋 copy color: '#D06ECD'

red 208 ◦ green 110 ◦ blue 205

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

Shades of Orchid #D06ECD

Tints of Orchid #D06ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 39.77%
G = 21.03%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D06ECD (or 0xD06ECD) is known color: Orchid. HEX triplet: D0, 6E and CD. RGB value is (208,110,205). Sum of RGB (Red+Green+Blue) = 208+110+205=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ECD is #2F9132. Grayscale: #959595. Windows color (decimal): -3117363 or 13463248. OLE color: 13463248.

HSL color Cylindrical-coordinate representation of color #D06ECD: hue angle of 301.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06ECD is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 205 -
CMYK 0 0.47 0.01 0.18
HSL 301.84º 0.51% 0.62% -
HSV(B) 301.84º 0.47% 0.82% -
XYZ 42.61 28.97 61.1 -
YUV 150.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 208 110 205 0 0.47 0.01 0.18 301.84 0.51 0.62
Hex D0 6E CD 0 2F 1 12 12E 33 3E
Octal 320 156 315 0 57 1 22 456 63 76
Binary 11010000 1101110 11001101 0 101111 1 10010 100101110 110011 111110

Color Harmonies of #D06ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ECD

Black with #D06ECD

Text Example


Text Example

White with #D06ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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