Shades of Orchid #CC70D7
Tints of Orchid #CC70D7
RGB
CMYK
RGB Variations
Color information
#CC70D7 (or 0xCC70D7) is known color: Orchid. HEX triplet: CC, 70 and D7. RGB value is (204,112,215). Sum of RGB (Red+Green+Blue) = 204+112+215=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC70D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70D7 is #338F28. Grayscale: #969696. Windows color (decimal): -3378985 or 14119116. OLE color: 14119116.
HSL color Cylindrical-coordinate representation of color #CC70D7: hue angle of 293.59º degrees, saturation: 0.56, 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 #CC70D7 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 112 | 215 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.16 |
| HSL | 293.59º | 0.56% | 0.64% | - |
| HSV(B) | 293.59º | 0.48% | 0.84% | - |
| XYZ | 42.96 | 29.33 | 67.69 | - |
| YUV | 151.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 215 | 0.05 | 0.48 | 0 | 0.16 | 293.59 | 0.56 | 0.64 |
| Hex | CC | 70 | D7 | 5 | 30 | 0 | 10 | 126 | 38 | 40 |
| Octal | 314 | 160 | 327 | 5 | 60 | 0 | 20 | 446 | 70 | 100 |
| Binary | 11001100 | 1110000 | 11010111 | 101 | 110000 | 0 | 10000 | 100100110 | 111000 | 1000000 |
Color Harmonies of #CC70D7
Complementary color
Monochromatic Colors of #CC70D7
Black with #CC70D7
Text Example
Text Example
White with #CC70D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70D7; }
p { color: rgb(204,112,215); }
H1.HeaderClassName
{
color: #CC70D7;
}
.AnyTagClassName
{
color: #CC70D7;
}
</style>
background-color css
<style>
a { background-color: #CC70D7; }
a { background-color: rgb(204,112,215); }
div.DivClassName
{
background-color: #CC70D7;
}
.BgClassName
{
background-color: #CC70D7;
}
</style>
border-color css
<style>
span { border-color: #CC70D7; }
span { border-color: rgb(204,112,215); }
td.TdClassName
{
border-color: #CC70D7;
}
.TagClassName
{
border-color: #CC70D7;
}
</style>