#DC86C6

Color #DC86C6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC86C6

Tints of Orchid #DC86C6

Color information

#DC86C6 (or 0xDC86C6) is unknown color: approx Orchid. HEX triplet: DC, 86 and C6. RGB value is (220,134,198). Sum of RGB (Red+Green+Blue) = 220+134+198=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86C6 is #237939. Grayscale: #A6A6A6. Windows color (decimal): -2324794 or 13010652. OLE color: 13010652.

HSL color Cylindrical-coordinate representation of color #DC86C6: hue angle of 315.35º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86C6 is Cyan = 0, Magento = 0.39, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220134198-
CMYK00.390.10.14
HSL315.35º55.13%69.41%-
HSV(B)315.35º39.09%86.27%-
XYZ48.2336.3457.9-
YUV167.01145.49165.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=39.86%
G=24.28%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013419800.390.10.14315.3555.1369.41
HexDC86C6027AE13b3745
Octal334206306047121647367105
Binary1101110010000110110001100100111101011101001110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86C6; }

 p { color: rgb(220,134,198); }

 H1.HeaderClassName
 {
   color: #DC86C6;
 }
 .AnyTagClassName
 {
   color: #DC86C6;
 }
</style>
background-color css

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

 a { background-color: rgb(220,134,198); }

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

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

 span { border-color: rgb(220,134,198); }

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