#DC8AC9

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

Shades of Orchid #DC8AC9

Tints of Orchid #DC8AC9

Color information

#DC8AC9 (or 0xDC8AC9) is unknown color: approx Orchid. HEX triplet: DC, 8A and C9. RGB value is (220,138,201). Sum of RGB (Red+Green+Blue) = 220+138+201=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AC9 is #237536. Grayscale: #A9A9A9. Windows color (decimal): -2323767 or 13208284. OLE color: 13208284.

HSL color Cylindrical-coordinate representation of color #DC8AC9: hue angle of 313.9º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AC9 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220138201-
CMYK00.370.090.14
HSL313.9º53.95%70.2%-
HSV(B)313.9º37.27%86.27%-
XYZ49.1537.6159.93-
YUV169.7145.67163.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=39.36%
G=24.69%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013820100.370.090.14313.953.9570.2
HexDC8AC90259E13a3646
Octal334212311045111647266106
Binary1101110010001010110010010100101100111101001110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AC9; }

 p { color: rgb(220,138,201); }

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

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

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

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

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

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

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