#DC86D7

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

Shades of Orchid #DC86D7

Tints of Orchid #DC86D7

Color information

#DC86D7 (or 0xDC86D7) is unknown color: approx Orchid. HEX triplet: DC, 86 and D7. RGB value is (220,134,215). Sum of RGB (Red+Green+Blue) = 220+134+215=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D7 is #237928. Grayscale: #A8A8A8. Windows color (decimal): -2324777 or 14124764. OLE color: 14124764.

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

Color convert

RGB220134215-
CMYK00.390.020.14
HSL303.49º55.13%69.41%-
HSV(B)303.49º39.09%86.27%-
XYZ50.3137.1768.81-
YUV168.95153.99164.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=38.66%
G=23.55%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013421500.390.020.14303.4955.1369.41
HexDC86D70272E12f3745
Octal33420632704721645767105
Binary11011100100001101101011101001111011101001011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86D7; }

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

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

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

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

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

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

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

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