Shades of Orchid #CC79BB
Tints of Orchid #CC79BB
RGB
CMYK
RGB Variations
Color information
#CC79BB (or 0xCC79BB) is known color: Orchid. HEX triplet: CC, 79 and BB. RGB value is (204,121,187). Sum of RGB (Red+Green+Blue) = 204+121+187=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BB is #338644. Grayscale: #999999. Windows color (decimal): -3376709 or 12286412. OLE color: 12286412.
HSL color Cylindrical-coordinate representation of color #CC79BB: hue angle of 312.29º 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 #CC79BB is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 187 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.2 |
| HSL | 312.29º | 0.45% | 0.64% | - |
| HSV(B) | 312.29º | 0.41% | 0.8% | - |
| XYZ | 40.71 | 30.1 | 50.68 | - |
| YUV | 153.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 187 | 0 | 0.41 | 0.08 | 0.2 | 312.29 | 0.45 | 0.64 |
| Hex | CC | 79 | BB | 0 | 29 | 8 | 14 | 138 | 2D | 40 |
| Octal | 314 | 171 | 273 | 0 | 51 | 10 | 24 | 470 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10111011 | 0 | 101001 | 1000 | 10100 | 100111000 | 101101 | 1000000 |
Color Harmonies of #CC79BB
Complementary color
Monochromatic Colors of #CC79BB
Black with #CC79BB
Text Example
Text Example
White with #CC79BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79BB; }
p { color: rgb(204,121,187); }
H1.HeaderClassName
{
color: #CC79BB;
}
.AnyTagClassName
{
color: #CC79BB;
}
</style>
background-color css
<style>
a { background-color: #CC79BB; }
a { background-color: rgb(204,121,187); }
div.DivClassName
{
background-color: #CC79BB;
}
.BgClassName
{
background-color: #CC79BB;
}
</style>
border-color css
<style>
span { border-color: #CC79BB; }
span { border-color: rgb(204,121,187); }
td.TdClassName
{
border-color: #CC79BB;
}
.TagClassName
{
border-color: #CC79BB;
}
</style>