Shades of Orchid #CC70E3
Tints of Orchid #CC70E3
RGB
CMYK
RGB Variations
Color information
#CC70E3 (or 0xCC70E3) is known color: Orchid. HEX triplet: CC, 70 and E3. RGB value is (204,112,227). Sum of RGB (Red+Green+Blue) = 204+112+227=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70E3 is #338F1C. Grayscale: #989898. Windows color (decimal): -3378973 or 14905548. OLE color: 14905548.
HSL color Cylindrical-coordinate representation of color #CC70E3: hue angle of 288º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC70E3 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 112 | 227 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.11 |
| HSL | 288º | 0.67% | 0.66% | - |
| HSV(B) | 288º | 0.51% | 0.89% | - |
| XYZ | 44.56 | 29.97 | 76.11 | - |
| YUV | 152.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 227 | 0.10 | 0.51 | 0 | 0.11 | 288 | 0.67 | 0.66 |
| Hex | CC | 70 | E3 | A | 33 | 0 | B | 120 | 43 | 42 |
| Octal | 314 | 160 | 343 | 12 | 63 | 0 | 13 | 440 | 103 | 102 |
| Binary | 11001100 | 1110000 | 11100011 | 1010 | 110011 | 0 | 1011 | 100100000 | 1000011 | 1000010 |
Color Harmonies of #CC70E3
Complementary color
Monochromatic Colors of #CC70E3
Black with #CC70E3
Text Example
Text Example
White with #CC70E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70E3; }
p { color: rgb(204,112,227); }
H1.HeaderClassName
{
color: #CC70E3;
}
.AnyTagClassName
{
color: #CC70E3;
}
</style>
background-color css
<style>
a { background-color: #CC70E3; }
a { background-color: rgb(204,112,227); }
div.DivClassName
{
background-color: #CC70E3;
}
.BgClassName
{
background-color: #CC70E3;
}
</style>
border-color css
<style>
span { border-color: #CC70E3; }
span { border-color: rgb(204,112,227); }
td.TdClassName
{
border-color: #CC70E3;
}
.TagClassName
{
border-color: #CC70E3;
}
</style>