Html Css Color HEX #D06ACE Orchid

📋 copy color: '#D06ACE'

red 208 ◦ green 106 ◦ blue 206

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

Shades of Orchid #D06ACE

Tints of Orchid #D06ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.38%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 40%
G = 20.38%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D06ACE (or 0xD06ACE) is known color: Orchid. HEX triplet: D0, 6A and CE. RGB value is (208,106,206). Sum of RGB (Red+Green+Blue) = 208+106+206=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ACE is #2F9531. Grayscale: #939393. Windows color (decimal): -3118386 or 13527760. OLE color: 13527760.

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

Color convert

RGB 208 106 206 -
CMYK 0 0.49 0.01 0.18
HSL 301.18º 0.52% 0.62% -
HSV(B) 301.18º 0.49% 0.82% -
XYZ 42.31 28.17 61.6 -
YUV 147.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 208 106 206 0 0.49 0.01 0.18 301.18 0.52 0.62
Hex D0 6A CE 0 31 1 12 12D 34 3E
Octal 320 152 316 0 61 1 22 455 64 76
Binary 11010000 1101010 11001110 0 110001 1 10010 100101101 110100 111110

Color Harmonies of #D06ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ACE

Black with #D06ACE

Text Example


Text Example

White with #D06ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ACE; }

 p { color: rgb(208,106,206); }

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

background-color css

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

 a { background-color: rgb(208,106,206); }

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

border-color css

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

 span { border-color: rgb(208,106,206); }

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