Shades of Orchid #CC70DD
Tints of Orchid #CC70DD
RGB
CMYK
RGB Variations
Color information
#CC70DD (or 0xCC70DD) is known color: Orchid. HEX triplet: CC, 70 and DD. RGB value is (204,112,221). Sum of RGB (Red+Green+Blue) = 204+112+221=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70DD is #338F22. Grayscale: #979797. Windows color (decimal): -3378979 or 14512332. OLE color: 14512332.
HSL color Cylindrical-coordinate representation of color #CC70DD: hue angle of 290.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC70DD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 112 | 221 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.13 |
| HSL | 290.64º | 0.62% | 0.65% | - |
| HSV(B) | 290.64º | 0.49% | 0.87% | - |
| XYZ | 43.75 | 29.65 | 71.82 | - |
| YUV | 151.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 221 | 0.08 | 0.49 | 0 | 0.13 | 290.64 | 0.62 | 0.65 |
| Hex | CC | 70 | DD | 8 | 31 | 0 | D | 123 | 3E | 41 |
| Octal | 314 | 160 | 335 | 10 | 61 | 0 | 15 | 443 | 76 | 101 |
| Binary | 11001100 | 1110000 | 11011101 | 1000 | 110001 | 0 | 1101 | 100100011 | 111110 | 1000001 |
Color Harmonies of #CC70DD
Complementary color
Monochromatic Colors of #CC70DD
Black with #CC70DD
Text Example
Text Example
White with #CC70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70DD; }
p { color: rgb(204,112,221); }
H1.HeaderClassName
{
color: #CC70DD;
}
.AnyTagClassName
{
color: #CC70DD;
}
</style>
background-color css
<style>
a { background-color: #CC70DD; }
a { background-color: rgb(204,112,221); }
div.DivClassName
{
background-color: #CC70DD;
}
.BgClassName
{
background-color: #CC70DD;
}
</style>
border-color css
<style>
span { border-color: #CC70DD; }
span { border-color: rgb(204,112,221); }
td.TdClassName
{
border-color: #CC70DD;
}
.TagClassName
{
border-color: #CC70DD;
}
</style>