Shades of Orchid #C979CB
Tints of Orchid #C979CB
RGB
CMYK
RGB Variations
Color information
#C979CB (or 0xC979CB) is known color: Orchid. HEX triplet: C9, 79 and CB. RGB value is (201,121,203). Sum of RGB (Red+Green+Blue) = 201+121+203=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C979CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CB is #368634. Grayscale: #9A9A9A. Windows color (decimal): -3573301 or 13334985. OLE color: 13334985.
HSL color Cylindrical-coordinate representation of color #C979CB: hue angle of 298.54º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C979CB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 121 | 203 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.20 |
| HSL | 298.54º | 0.44% | 0.64% | - |
| HSV(B) | 298.54º | 0.4% | 0.8% | - |
| XYZ | 41.7 | 30.4 | 60.17 | - |
| YUV | 154.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 203 | 0.01 | 0.40 | 0 | 0.20 | 298.54 | 0.44 | 0.64 |
| Hex | C9 | 79 | CB | 1 | 28 | 0 | 14 | 12B | 2C | 40 |
| Octal | 311 | 171 | 313 | 1 | 50 | 0 | 24 | 453 | 54 | 100 |
| Binary | 11001001 | 1111001 | 11001011 | 1 | 101000 | 0 | 10100 | 100101011 | 101100 | 1000000 |
Color Harmonies of #C979CB
Complementary color
Monochromatic Colors of #C979CB
Black with #C979CB
Text Example
Text Example
White with #C979CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979CB; }
p { color: rgb(201,121,203); }
H1.HeaderClassName
{
color: #C979CB;
}
.AnyTagClassName
{
color: #C979CB;
}
</style>
background-color css
<style>
a { background-color: #C979CB; }
a { background-color: rgb(201,121,203); }
div.DivClassName
{
background-color: #C979CB;
}
.BgClassName
{
background-color: #C979CB;
}
</style>
border-color css
<style>
span { border-color: #C979CB; }
span { border-color: rgb(201,121,203); }
td.TdClassName
{
border-color: #C979CB;
}
.TagClassName
{
border-color: #C979CB;
}
</style>