#dc88d5

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

Shades of Orchid #DC88D5

Tints of Orchid #DC88D5

Color information

#DC88D5 (or 0xDC88D5) is unknown color: approx Orchid. HEX triplet: DC, 88 and D5. RGB value is (220,136,213). Sum of RGB (Red+Green+Blue) = 220+136+213=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D5 is #23772A. Grayscale: #A9A9A9. Windows color (decimal): -2324267 or 13994204. OLE color: 13994204.

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

Color convert

RGB220136213-
CMYK00.380.030.14
HSL305º54.55%69.8%-
HSV(B)305º38.18%86.27%-
XYZ50.3337.6367.56-
YUV169.89152.33163.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 136 (53.52% from 255) = 23.90%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=38.66%
G=23.90%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013621300.380.030.1430554.5569.8
HexDC88D50263E1313746
Octal33421032504631646167106
Binary11011100100010001101010101001101111101001100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc88d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc88d5; }

 p { color: rgb(220,136,213); }

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

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

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

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

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

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

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