Shades of Orchid #CC70BC
Tints of Orchid #CC70BC
RGB
CMYK
RGB Variations
Color information
#CC70BC (or 0xCC70BC) is known color: Orchid. HEX triplet: CC, 70 and BC. RGB value is (204,112,188). Sum of RGB (Red+Green+Blue) = 204+112+188=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70BC is #338F43. Grayscale: #939393. Windows color (decimal): -3379012 or 12349644. OLE color: 12349644.
HSL color Cylindrical-coordinate representation of color #CC70BC: hue angle of 310.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC70BC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 188 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.2 |
| HSL | 310.43º | 0.47% | 0.62% | - |
| HSV(B) | 310.43º | 0.45% | 0.8% | - |
| XYZ | 39.77 | 28.06 | 50.9 | - |
| YUV | 148.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 188 | 0 | 0.45 | 0.08 | 0.2 | 310.43 | 0.47 | 0.62 |
| Hex | CC | 70 | BC | 0 | 2D | 8 | 14 | 136 | 2F | 3E |
| Octal | 314 | 160 | 274 | 0 | 55 | 10 | 24 | 466 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10111100 | 0 | 101101 | 1000 | 10100 | 100110110 | 101111 | 111110 |
Color Harmonies of #CC70BC
Complementary color
Monochromatic Colors of #CC70BC
Black with #CC70BC
Text Example
Text Example
White with #CC70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70BC; }
p { color: rgb(204,112,188); }
H1.HeaderClassName
{
color: #CC70BC;
}
.AnyTagClassName
{
color: #CC70BC;
}
</style>
background-color css
<style>
a { background-color: #CC70BC; }
a { background-color: rgb(204,112,188); }
div.DivClassName
{
background-color: #CC70BC;
}
.BgClassName
{
background-color: #CC70BC;
}
</style>
border-color css
<style>
span { border-color: #CC70BC; }
span { border-color: rgb(204,112,188); }
td.TdClassName
{
border-color: #CC70BC;
}
.TagClassName
{
border-color: #CC70BC;
}
</style>