Shades of Orchid #CC70CE
Tints of Orchid #CC70CE
RGB
CMYK
RGB Variations
Color information
#CC70CE (or 0xCC70CE) is known color: Orchid. HEX triplet: CC, 70 and CE. RGB value is (204,112,206). Sum of RGB (Red+Green+Blue) = 204+112+206=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70CE is #338F31. Grayscale: #959595. Windows color (decimal): -3378994 or 13529292. OLE color: 13529292.
HSL color Cylindrical-coordinate representation of color #CC70CE: hue angle of 298.72º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC70CE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 112 | 206 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.19 |
| HSL | 298.72º | 0.49% | 0.62% | - |
| HSV(B) | 298.72º | 0.46% | 0.81% | - |
| XYZ | 41.84 | 28.88 | 61.76 | - |
| YUV | 150.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 206 | 0.01 | 0.46 | 0 | 0.19 | 298.72 | 0.49 | 0.62 |
| Hex | CC | 70 | CE | 1 | 2E | 0 | 13 | 12B | 31 | 3E |
| Octal | 314 | 160 | 316 | 1 | 56 | 0 | 23 | 453 | 61 | 76 |
| Binary | 11001100 | 1110000 | 11001110 | 1 | 101110 | 0 | 10011 | 100101011 | 110001 | 111110 |
Color Harmonies of #CC70CE
Complementary color
Monochromatic Colors of #CC70CE
Black with #CC70CE
Text Example
Text Example
White with #CC70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70CE; }
p { color: rgb(204,112,206); }
H1.HeaderClassName
{
color: #CC70CE;
}
.AnyTagClassName
{
color: #CC70CE;
}
</style>
background-color css
<style>
a { background-color: #CC70CE; }
a { background-color: rgb(204,112,206); }
div.DivClassName
{
background-color: #CC70CE;
}
.BgClassName
{
background-color: #CC70CE;
}
</style>
border-color css
<style>
span { border-color: #CC70CE; }
span { border-color: rgb(204,112,206); }
td.TdClassName
{
border-color: #CC70CE;
}
.TagClassName
{
border-color: #CC70CE;
}
</style>