Html Css Color HEX #D06ACC Orchid

📋 copy color: '#D06ACC'

red 208 ◦ green 106 ◦ blue 204

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

Shades of Orchid #D06ACC

Tints of Orchid #D06ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 40.15%
G = 20.46%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D06ACC (or 0xD06ACC) is known color: Orchid. HEX triplet: D0, 6A and CC. RGB value is (208,106,204). Sum of RGB (Red+Green+Blue) = 208+106+204=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ACC is #2F9533. Grayscale: #939393. Windows color (decimal): -3118388 or 13396688. OLE color: 13396688.

HSL color Cylindrical-coordinate representation of color #D06ACC: hue angle of 302.35º 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 #D06ACC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 204 -
CMYK 0 0.49 0.02 0.18
HSL 302.35º 0.52% 0.62% -
HSV(B) 302.35º 0.49% 0.82% -
XYZ 42.07 28.08 60.33 -
YUV 147.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 208 106 204 0 0.49 0.02 0.18 302.35 0.52 0.62
Hex D0 6A CC 0 31 2 12 12E 34 3E
Octal 320 152 314 0 61 2 22 456 64 76
Binary 11010000 1101010 11001100 0 110001 10 10010 100101110 110100 111110

Color Harmonies of #D06ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ACC

Black with #D06ACC

Text Example


Text Example

White with #D06ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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