#DC85C7

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

Shades of Orchid #DC85C7

Tints of Orchid #DC85C7

Color information

#DC85C7 (or 0xDC85C7) is unknown color: approx Orchid. HEX triplet: DC, 85 and C7. RGB value is (220,133,199). Sum of RGB (Red+Green+Blue) = 220+133+199=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C7 is #237A38. Grayscale: #A6A6A6. Windows color (decimal): -2325049 or 13075932. OLE color: 13075932.

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

Color convert

RGB220133199-
CMYK00.400.100.14
HSL314.48º55.41%69.22%-
HSV(B)314.48º39.55%86.27%-
XYZ48.2136.1158.46-
YUV166.54146.32166.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 199 (78.12% from 255) = 36.05%
R=39.86%
G=24.09%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013319900.400.100.14314.4855.4169.22
HexDC85C7028AE13a3745
Octal334205307050121647267105
Binary1101110010000101110001110101000101011101001110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85C7; }

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

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

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

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

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

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

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

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