Shades of Orchid #CC7AC0
Tints of Orchid #CC7AC0
RGB
CMYK
RGB Variations
Color information
#CC7AC0 (or 0xCC7AC0) is known color: Orchid. HEX triplet: CC, 7A and C0. RGB value is (204,122,192). Sum of RGB (Red+Green+Blue) = 204+122+192=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AC0 is #33853F. Grayscale: #9A9A9A. Windows color (decimal): -3376448 or 12614348. OLE color: 12614348.
HSL color Cylindrical-coordinate representation of color #CC7AC0: hue angle of 308.78º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7AC0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 192 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.2 |
| HSL | 308.78º | 0.45% | 0.64% | - |
| HSV(B) | 308.78º | 0.4% | 0.8% | - |
| XYZ | 41.38 | 30.56 | 53.59 | - |
| YUV | 154.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 192 | 0 | 0.40 | 0.06 | 0.2 | 308.78 | 0.45 | 0.64 |
| Hex | CC | 7A | C0 | 0 | 28 | 6 | 14 | 135 | 2D | 40 |
| Octal | 314 | 172 | 300 | 0 | 50 | 6 | 24 | 465 | 55 | 100 |
| Binary | 11001100 | 1111010 | 11000000 | 0 | 101000 | 110 | 10100 | 100110101 | 101101 | 1000000 |
Color Harmonies of #CC7AC0
Complementary color
Monochromatic Colors of #CC7AC0
Black with #CC7AC0
Text Example
Text Example
White with #CC7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7AC0; }
p { color: rgb(204,122,192); }
H1.HeaderClassName
{
color: #CC7AC0;
}
.AnyTagClassName
{
color: #CC7AC0;
}
</style>
background-color css
<style>
a { background-color: #CC7AC0; }
a { background-color: rgb(204,122,192); }
div.DivClassName
{
background-color: #CC7AC0;
}
.BgClassName
{
background-color: #CC7AC0;
}
</style>
border-color css
<style>
span { border-color: #CC7AC0; }
span { border-color: rgb(204,122,192); }
td.TdClassName
{
border-color: #CC7AC0;
}
.TagClassName
{
border-color: #CC7AC0;
}
</style>