Shades of Orchid #CC79BD
Tints of Orchid #CC79BD
RGB
CMYK
RGB Variations
Color information
#CC79BD (or 0xCC79BD) is known color: Orchid. HEX triplet: CC, 79 and BD. RGB value is (204,121,189). Sum of RGB (Red+Green+Blue) = 204+121+189=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BD is #338642. Grayscale: #999999. Windows color (decimal): -3376707 or 12417484. OLE color: 12417484.
HSL color Cylindrical-coordinate representation of color #CC79BD: hue angle of 310.84º 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 #CC79BD is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 189 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.2 |
| HSL | 310.84º | 0.45% | 0.64% | - |
| HSV(B) | 310.84º | 0.41% | 0.8% | - |
| XYZ | 40.92 | 30.19 | 51.81 | - |
| YUV | 153.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 189 | 0 | 0.41 | 0.07 | 0.2 | 310.84 | 0.45 | 0.64 |
| Hex | CC | 79 | BD | 0 | 29 | 7 | 14 | 137 | 2D | 40 |
| Octal | 314 | 171 | 275 | 0 | 51 | 7 | 24 | 467 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10111101 | 0 | 101001 | 111 | 10100 | 100110111 | 101101 | 1000000 |
Color Harmonies of #CC79BD
Complementary color
Monochromatic Colors of #CC79BD
Black with #CC79BD
Text Example
Text Example
White with #CC79BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79BD; }
p { color: rgb(204,121,189); }
H1.HeaderClassName
{
color: #CC79BD;
}
.AnyTagClassName
{
color: #CC79BD;
}
</style>
background-color css
<style>
a { background-color: #CC79BD; }
a { background-color: rgb(204,121,189); }
div.DivClassName
{
background-color: #CC79BD;
}
.BgClassName
{
background-color: #CC79BD;
}
</style>
border-color css
<style>
span { border-color: #CC79BD; }
span { border-color: rgb(204,121,189); }
td.TdClassName
{
border-color: #CC79BD;
}
.TagClassName
{
border-color: #CC79BD;
}
</style>