Shades of Orchid #CC70D6
Tints of Orchid #CC70D6
RGB
CMYK
RGB Variations
Color information
#CC70D6 (or 0xCC70D6) is known color: Orchid. HEX triplet: CC, 70 and D6. RGB value is (204,112,214). Sum of RGB (Red+Green+Blue) = 204+112+214=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70D6 is #338F29. Grayscale: #969696. Windows color (decimal): -3378986 or 14053580. OLE color: 14053580.
HSL color Cylindrical-coordinate representation of color #CC70D6: hue angle of 294.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC70D6 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 112 | 214 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.16 |
| HSL | 294.12º | 0.55% | 0.64% | - |
| HSV(B) | 294.12º | 0.48% | 0.84% | - |
| XYZ | 42.83 | 29.28 | 67.01 | - |
| YUV | 151.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 214 | 0.05 | 0.48 | 0 | 0.16 | 294.12 | 0.55 | 0.64 |
| Hex | CC | 70 | D6 | 5 | 30 | 0 | 10 | 126 | 37 | 40 |
| Octal | 314 | 160 | 326 | 5 | 60 | 0 | 20 | 446 | 67 | 100 |
| Binary | 11001100 | 1110000 | 11010110 | 101 | 110000 | 0 | 10000 | 100100110 | 110111 | 1000000 |
Color Harmonies of #CC70D6
Complementary color
Monochromatic Colors of #CC70D6
Black with #CC70D6
Text Example
Text Example
White with #CC70D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70D6; }
p { color: rgb(204,112,214); }
H1.HeaderClassName
{
color: #CC70D6;
}
.AnyTagClassName
{
color: #CC70D6;
}
</style>
background-color css
<style>
a { background-color: #CC70D6; }
a { background-color: rgb(204,112,214); }
div.DivClassName
{
background-color: #CC70D6;
}
.BgClassName
{
background-color: #CC70D6;
}
</style>
border-color css
<style>
span { border-color: #CC70D6; }
span { border-color: rgb(204,112,214); }
td.TdClassName
{
border-color: #CC70D6;
}
.TagClassName
{
border-color: #CC70D6;
}
</style>