Shades of Orchid #CC70DC
Tints of Orchid #CC70DC
RGB
CMYK
RGB Variations
Color information
#CC70DC (or 0xCC70DC) is known color: Orchid. HEX triplet: CC, 70 and DC. RGB value is (204,112,220). Sum of RGB (Red+Green+Blue) = 204+112+220=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70DC is #338F23. Grayscale: #979797. Windows color (decimal): -3378980 or 14446796. OLE color: 14446796.
HSL color Cylindrical-coordinate representation of color #CC70DC: hue angle of 291.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC70DC is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 112 | 220 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.14 |
| HSL | 291.11º | 0.61% | 0.65% | - |
| HSV(B) | 291.11º | 0.49% | 0.86% | - |
| XYZ | 43.61 | 29.59 | 71.12 | - |
| YUV | 151.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 220 | 0.07 | 0.49 | 0 | 0.14 | 291.11 | 0.61 | 0.65 |
| Hex | CC | 70 | DC | 7 | 31 | 0 | E | 123 | 3D | 41 |
| Octal | 314 | 160 | 334 | 7 | 61 | 0 | 16 | 443 | 75 | 101 |
| Binary | 11001100 | 1110000 | 11011100 | 111 | 110001 | 0 | 1110 | 100100011 | 111101 | 1000001 |
Color Harmonies of #CC70DC
Complementary color
Monochromatic Colors of #CC70DC
Black with #CC70DC
Text Example
Text Example
White with #CC70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70DC; }
p { color: rgb(204,112,220); }
H1.HeaderClassName
{
color: #CC70DC;
}
.AnyTagClassName
{
color: #CC70DC;
}
</style>
background-color css
<style>
a { background-color: #CC70DC; }
a { background-color: rgb(204,112,220); }
div.DivClassName
{
background-color: #CC70DC;
}
.BgClassName
{
background-color: #CC70DC;
}
</style>
border-color css
<style>
span { border-color: #CC70DC; }
span { border-color: rgb(204,112,220); }
td.TdClassName
{
border-color: #CC70DC;
}
.TagClassName
{
border-color: #CC70DC;
}
</style>