Shades of Orchid #CC79C2
Tints of Orchid #CC79C2
RGB
CMYK
RGB Variations
Color information
#CC79C2 (or 0xCC79C2) is known color: Orchid. HEX triplet: CC, 79 and C2. RGB value is (204,121,194). Sum of RGB (Red+Green+Blue) = 204+121+194=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C2 is #33863D. Grayscale: #999999. Windows color (decimal): -3376702 or 12745164. OLE color: 12745164.
HSL color Cylindrical-coordinate representation of color #CC79C2: hue angle of 307.23º 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 #CC79C2 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 194 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.2 |
| HSL | 307.23º | 0.45% | 0.64% | - |
| HSV(B) | 307.23º | 0.41% | 0.8% | - |
| XYZ | 41.48 | 30.41 | 54.72 | - |
| YUV | 154.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 194 | 0 | 0.41 | 0.05 | 0.2 | 307.23 | 0.45 | 0.64 |
| Hex | CC | 79 | C2 | 0 | 29 | 5 | 14 | 133 | 2D | 40 |
| Octal | 314 | 171 | 302 | 0 | 51 | 5 | 24 | 463 | 55 | 100 |
| Binary | 11001100 | 1111001 | 11000010 | 0 | 101001 | 101 | 10100 | 100110011 | 101101 | 1000000 |
Color Harmonies of #CC79C2
Complementary color
Monochromatic Colors of #CC79C2
Black with #CC79C2
Text Example
Text Example
White with #CC79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79C2; }
p { color: rgb(204,121,194); }
H1.HeaderClassName
{
color: #CC79C2;
}
.AnyTagClassName
{
color: #CC79C2;
}
</style>
background-color css
<style>
a { background-color: #CC79C2; }
a { background-color: rgb(204,121,194); }
div.DivClassName
{
background-color: #CC79C2;
}
.BgClassName
{
background-color: #CC79C2;
}
</style>
border-color css
<style>
span { border-color: #CC79C2; }
span { border-color: rgb(204,121,194); }
td.TdClassName
{
border-color: #CC79C2;
}
.TagClassName
{
border-color: #CC79C2;
}
</style>