Shades of Orchid #CC79D1
Tints of Orchid #CC79D1
RGB
CMYK
RGB Variations
Color information
#CC79D1 (or 0xCC79D1) is known color: Orchid. HEX triplet: CC, 79 and D1. RGB value is (204,121,209). Sum of RGB (Red+Green+Blue) = 204+121+209=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79D1 is #33862E. Grayscale: #9B9B9B. Windows color (decimal): -3376687 or 13728204. OLE color: 13728204.
HSL color Cylindrical-coordinate representation of color #CC79D1: hue angle of 296.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC79D1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 121 | 209 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.18 |
| HSL | 296.59º | 0.49% | 0.65% | - |
| HSV(B) | 296.59º | 0.42% | 0.82% | - |
| XYZ | 43.25 | 31.12 | 64.05 | - |
| YUV | 155.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 209 | 0.02 | 0.42 | 0 | 0.18 | 296.59 | 0.49 | 0.65 |
| Hex | CC | 79 | D1 | 2 | 2A | 0 | 12 | 129 | 31 | 41 |
| Octal | 314 | 171 | 321 | 2 | 52 | 0 | 22 | 451 | 61 | 101 |
| Binary | 11001100 | 1111001 | 11010001 | 10 | 101010 | 0 | 10010 | 100101001 | 110001 | 1000001 |
Color Harmonies of #CC79D1
Complementary color
Monochromatic Colors of #CC79D1
Black with #CC79D1
Text Example
Text Example
White with #CC79D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79D1; }
p { color: rgb(204,121,209); }
H1.HeaderClassName
{
color: #CC79D1;
}
.AnyTagClassName
{
color: #CC79D1;
}
</style>
background-color css
<style>
a { background-color: #CC79D1; }
a { background-color: rgb(204,121,209); }
div.DivClassName
{
background-color: #CC79D1;
}
.BgClassName
{
background-color: #CC79D1;
}
</style>
border-color css
<style>
span { border-color: #CC79D1; }
span { border-color: rgb(204,121,209); }
td.TdClassName
{
border-color: #CC79D1;
}
.TagClassName
{
border-color: #CC79D1;
}
</style>