#DC85D7

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

Shades of Orchid #DC85D7

Tints of Orchid #DC85D7

Color information

#DC85D7 (or 0xDC85D7) is unknown color: approx Orchid. HEX triplet: DC, 85 and D7. RGB value is (220,133,215). Sum of RGB (Red+Green+Blue) = 220+133+215=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85D7 is #237A28. Grayscale: #A8A8A8. Windows color (decimal): -2325033 or 14124508. OLE color: 14124508.

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

Color convert

RGB220133215-
CMYK00.400.020.14
HSL303.45º55.41%69.22%-
HSV(B)303.45º39.55%86.27%-
XYZ50.1736.968.77-
YUV168.36154.32164.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=38.73%
G=23.42%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013321500.400.020.14303.4555.4169.22
HexDC85D70282E12f3745
Octal33420532705021645767105
Binary11011100100001011101011101010001011101001011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85D7; }

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

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

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

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

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

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

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

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