Shades of Orchid #CC79CA
Tints of Orchid #CC79CA
RGB
CMYK
RGB Variations
Color information
#CC79CA (or 0xCC79CA) is known color: Orchid. HEX triplet: CC, 79 and CA. RGB value is (204,121,202). Sum of RGB (Red+Green+Blue) = 204+121+202=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79CA is #338635. Grayscale: #9A9A9A. Windows color (decimal): -3376694 or 13269452. OLE color: 13269452.
HSL color Cylindrical-coordinate representation of color #CC79CA: hue angle of 301.45º 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 #CC79CA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 202 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.2 |
| HSL | 301.45º | 0.45% | 0.64% | - |
| HSV(B) | 301.45º | 0.41% | 0.8% | - |
| XYZ | 42.4 | 30.78 | 59.58 | - |
| YUV | 155.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 202 | 0 | 0.41 | 0.01 | 0.2 | 301.45 | 0.45 | 0.64 |
| Hex | CC | 79 | CA | 0 | 29 | 1 | 14 | 12D | 2D | 40 |
| Octal | 314 | 171 | 312 | 0 | 51 | 1 | 24 | 455 | 55 | 100 |
| Binary | 11001100 | 1111001 | 11001010 | 0 | 101001 | 1 | 10100 | 100101101 | 101101 | 1000000 |
Color Harmonies of #CC79CA
Complementary color
Monochromatic Colors of #CC79CA
Black with #CC79CA
Text Example
Text Example
White with #CC79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79CA; }
p { color: rgb(204,121,202); }
H1.HeaderClassName
{
color: #CC79CA;
}
.AnyTagClassName
{
color: #CC79CA;
}
</style>
background-color css
<style>
a { background-color: #CC79CA; }
a { background-color: rgb(204,121,202); }
div.DivClassName
{
background-color: #CC79CA;
}
.BgClassName
{
background-color: #CC79CA;
}
</style>
border-color css
<style>
span { border-color: #CC79CA; }
span { border-color: rgb(204,121,202); }
td.TdClassName
{
border-color: #CC79CA;
}
.TagClassName
{
border-color: #CC79CA;
}
</style>