Shades of Orchid #CC79C6
Tints of Orchid #CC79C6
RGB
CMYK
RGB Variations
Color information
#CC79C6 (or 0xCC79C6) is known color: Orchid. HEX triplet: CC, 79 and C6. RGB value is (204,121,198). Sum of RGB (Red+Green+Blue) = 204+121+198=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C6 is #338639. Grayscale: #9A9A9A. Windows color (decimal): -3376698 or 13007308. OLE color: 13007308.
HSL color Cylindrical-coordinate representation of color #CC79C6: hue angle of 304.34º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79C6 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 198 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.2 |
| HSL | 304.34º | 0.45% | 0.64% | - |
| HSV(B) | 304.34º | 0.41% | 0.8% | - |
| XYZ | 41.93 | 30.59 | 57.12 | - |
| YUV | 154.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 198 | 0 | 0.41 | 0.03 | 0.2 | 304.34 | 0.45 | 0.64 |
| Hex | CC | 79 | C6 | 0 | 29 | 3 | 14 | 130 | 2D | 40 |
| Octal | 314 | 171 | 306 | 0 | 51 | 3 | 24 | 460 | 55 | 100 |
| Binary | 11001100 | 1111001 | 11000110 | 0 | 101001 | 11 | 10100 | 100110000 | 101101 | 1000000 |
Color Harmonies of #CC79C6
Complementary color
Monochromatic Colors of #CC79C6
Black with #CC79C6
Text Example
Text Example
White with #CC79C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79C6; }
p { color: rgb(204,121,198); }
H1.HeaderClassName
{
color: #CC79C6;
}
.AnyTagClassName
{
color: #CC79C6;
}
</style>
background-color css
<style>
a { background-color: #CC79C6; }
a { background-color: rgb(204,121,198); }
div.DivClassName
{
background-color: #CC79C6;
}
.BgClassName
{
background-color: #CC79C6;
}
</style>
border-color css
<style>
span { border-color: #CC79C6; }
span { border-color: rgb(204,121,198); }
td.TdClassName
{
border-color: #CC79C6;
}
.TagClassName
{
border-color: #CC79C6;
}
</style>