#DC86DC

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

Shades of Orchid #DC86DC

Tints of Orchid #DC86DC

Color information

#DC86DC (or 0xDC86DC) is unknown color: approx Orchid. HEX triplet: DC, 86 and DC. RGB value is (220,134,220). Sum of RGB (Red+Green+Blue) = 220+134+220=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86DC is #237923. Grayscale: #A9A9A9. Windows color (decimal): -2324772 or 14452444. OLE color: 14452444.

HSL color Cylindrical-coordinate representation of color #DC86DC: hue angle of 300º 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 #DC86DC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220134220-
CMYK00.3900.14
HSL300º55.13%69.41%-
HSV(B)300º39.09%86.27%-
XYZ50.9637.4372.25-
YUV169.52156.49164.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 134 (52.73% from 255) = 23.34%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=38.33%
G=23.34%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013422000.3900.1430055.1369.41
HexDC86DC0270E12c3745
Octal33420633404701645467105
Binary1101110010000110110111000100111011101001011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86DC; }

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

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

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

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

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

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

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

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