#DC88D6

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

Shades of Orchid #DC88D6

Tints of Orchid #DC88D6

Color information

#DC88D6 (or 0xDC88D6) is unknown color: approx Orchid. HEX triplet: DC, 88 and D6. RGB value is (220,136,214). Sum of RGB (Red+Green+Blue) = 220+136+214=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D6 is #237729. Grayscale: #A9A9A9. Windows color (decimal): -2324266 or 14059740. OLE color: 14059740.

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

Color convert

RGB220136214-
CMYK00.380.030.14
HSL304.29º54.55%69.8%-
HSV(B)304.29º38.18%86.27%-
XYZ50.4637.6868.23-
YUV170.01152.83163.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=38.60%
G=23.86%
B=37.54%

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
Decimal22013621400.380.030.14304.2954.5569.8
HexDC88D60263E1303746
Octal33421032604631646067106
Binary11011100100010001101011001001101111101001100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88D6; }

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

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

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

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

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

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

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

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