Shades of Orchid #CC70DA
Tints of Orchid #CC70DA
RGB
CMYK
RGB Variations
Color information
#CC70DA (or 0xCC70DA) is known color: Orchid. HEX triplet: CC, 70 and DA. RGB value is (204,112,218). Sum of RGB (Red+Green+Blue) = 204+112+218=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70DA is #338F25. Grayscale: #979797. Windows color (decimal): -3378982 or 14315724. OLE color: 14315724.
HSL color Cylindrical-coordinate representation of color #CC70DA: hue angle of 292.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC70DA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 112 | 218 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.15 |
| HSL | 292.08º | 0.59% | 0.65% | - |
| HSV(B) | 292.08º | 0.49% | 0.85% | - |
| XYZ | 43.35 | 29.49 | 69.74 | - |
| YUV | 151.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 218 | 0.06 | 0.49 | 0 | 0.15 | 292.08 | 0.59 | 0.65 |
| Hex | CC | 70 | DA | 6 | 31 | 0 | F | 124 | 3B | 41 |
| Octal | 314 | 160 | 332 | 6 | 61 | 0 | 17 | 444 | 73 | 101 |
| Binary | 11001100 | 1110000 | 11011010 | 110 | 110001 | 0 | 1111 | 100100100 | 111011 | 1000001 |
Color Harmonies of #CC70DA
Complementary color
Monochromatic Colors of #CC70DA
Black with #CC70DA
Text Example
Text Example
White with #CC70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70DA; }
p { color: rgb(204,112,218); }
H1.HeaderClassName
{
color: #CC70DA;
}
.AnyTagClassName
{
color: #CC70DA;
}
</style>
background-color css
<style>
a { background-color: #CC70DA; }
a { background-color: rgb(204,112,218); }
div.DivClassName
{
background-color: #CC70DA;
}
.BgClassName
{
background-color: #CC70DA;
}
</style>
border-color css
<style>
span { border-color: #CC70DA; }
span { border-color: rgb(204,112,218); }
td.TdClassName
{
border-color: #CC70DA;
}
.TagClassName
{
border-color: #CC70DA;
}
</style>