Shades of Orchid #DC88CC
Tints of Orchid #DC88CC
RGB
CMYK
RGB Variations
Color information
#DC88CC (or 0xDC88CC) is known color: Orchid. HEX triplet: DC, 88 and CC. RGB value is (220,136,204). Sum of RGB (Red+Green+Blue) = 220+136+204=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88CC is #237733. Grayscale: #A8A8A8. Windows color (decimal): -2324276 or 13404380. OLE color: 13404380.
HSL color Cylindrical-coordinate representation of color #DC88CC: hue angle of 311.43º 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 #DC88CC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 204 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.14 |
| HSL | 311.43º | 0.55% | 0.7% | - |
| HSV(B) | 311.43º | 0.38% | 0.86% | - |
| XYZ | 49.22 | 37.18 | 61.71 | - |
| YUV | 168.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 204 | 0 | 0.38 | 0.07 | 0.14 | 311.43 | 0.55 | 0.7 |
| Hex | DC | 88 | CC | 0 | 26 | 7 | E | 137 | 37 | 46 |
| Octal | 334 | 210 | 314 | 0 | 46 | 7 | 16 | 467 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11001100 | 0 | 100110 | 111 | 1110 | 100110111 | 110111 | 1000110 |
Color Harmonies of #DC88CC
Complementary color
Monochromatic Colors of #DC88CC
Black with #DC88CC
Text Example
Text Example
White with #DC88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88CC; }
p { color: rgb(220,136,204); }
H1.HeaderClassName
{
color: #DC88CC;
}
.AnyTagClassName
{
color: #DC88CC;
}
</style>
background-color css
<style>
a { background-color: #DC88CC; }
a { background-color: rgb(220,136,204); }
div.DivClassName
{
background-color: #DC88CC;
}
.BgClassName
{
background-color: #DC88CC;
}
</style>
border-color css
<style>
span { border-color: #DC88CC; }
span { border-color: rgb(220,136,204); }
td.TdClassName
{
border-color: #DC88CC;
}
.TagClassName
{
border-color: #DC88CC;
}
</style>