Shades of Orchid #CC79C4
Tints of Orchid #CC79C4
RGB
CMYK
RGB Variations
Color information
#CC79C4 (or 0xCC79C4) is known color: Orchid. HEX triplet: CC, 79 and C4. RGB value is (204,121,196). Sum of RGB (Red+Green+Blue) = 204+121+196=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C4 is #33863B. Grayscale: #9A9A9A. Windows color (decimal): -3376700 or 12876236. OLE color: 12876236.
HSL color Cylindrical-coordinate representation of color #CC79C4: hue angle of 305.78º 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 #CC79C4 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 196 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.2 |
| HSL | 305.78º | 0.45% | 0.64% | - |
| HSV(B) | 305.78º | 0.41% | 0.8% | - |
| XYZ | 41.7 | 30.5 | 55.91 | - |
| YUV | 154.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 196 | 0 | 0.41 | 0.04 | 0.2 | 305.78 | 0.45 | 0.64 |
| Hex | CC | 79 | C4 | 0 | 29 | 4 | 14 | 132 | 2D | 40 |
| Octal | 314 | 171 | 304 | 0 | 51 | 4 | 24 | 462 | 55 | 100 |
| Binary | 11001100 | 1111001 | 11000100 | 0 | 101001 | 100 | 10100 | 100110010 | 101101 | 1000000 |
Color Harmonies of #CC79C4
Complementary color
Monochromatic Colors of #CC79C4
Black with #CC79C4
Text Example
Text Example
White with #CC79C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79C4; }
p { color: rgb(204,121,196); }
H1.HeaderClassName
{
color: #CC79C4;
}
.AnyTagClassName
{
color: #CC79C4;
}
</style>
background-color css
<style>
a { background-color: #CC79C4; }
a { background-color: rgb(204,121,196); }
div.DivClassName
{
background-color: #CC79C4;
}
.BgClassName
{
background-color: #CC79C4;
}
</style>
border-color css
<style>
span { border-color: #CC79C4; }
span { border-color: rgb(204,121,196); }
td.TdClassName
{
border-color: #CC79C4;
}
.TagClassName
{
border-color: #CC79C4;
}
</style>