Shades of Orchid #CB76C0
Tints of Orchid #CB76C0
RGB
CMYK
RGB Variations
Color information
#CB76C0 (or 0xCB76C0) is known color: Orchid. HEX triplet: CB, 76 and C0. RGB value is (203,118,192). Sum of RGB (Red+Green+Blue) = 203+118+192=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76C0 is #34893F. Grayscale: #979797. Windows color (decimal): -3443008 or 12613323. OLE color: 12613323.
HSL color Cylindrical-coordinate representation of color #CB76C0: hue angle of 307.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76C0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 192 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.20 |
| HSL | 307.76º | 0.45% | 0.63% | - |
| HSV(B) | 307.76º | 0.42% | 0.8% | - |
| XYZ | 40.62 | 29.46 | 53.41 | - |
| YUV | 151.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 192 | 0 | 0.42 | 0.05 | 0.20 | 307.76 | 0.45 | 0.63 |
| Hex | CB | 76 | C0 | 0 | 2A | 5 | 14 | 134 | 2D | 3F |
| Octal | 313 | 166 | 300 | 0 | 52 | 5 | 24 | 464 | 55 | 77 |
| Binary | 11001011 | 1110110 | 11000000 | 0 | 101010 | 101 | 10100 | 100110100 | 101101 | 111111 |
Color Harmonies of #CB76C0
Complementary color
Monochromatic Colors of #CB76C0
Black with #CB76C0
Text Example
Text Example
White with #CB76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76C0; }
p { color: rgb(203,118,192); }
H1.HeaderClassName
{
color: #CB76C0;
}
.AnyTagClassName
{
color: #CB76C0;
}
</style>
background-color css
<style>
a { background-color: #CB76C0; }
a { background-color: rgb(203,118,192); }
div.DivClassName
{
background-color: #CB76C0;
}
.BgClassName
{
background-color: #CB76C0;
}
</style>
border-color css
<style>
span { border-color: #CB76C0; }
span { border-color: rgb(203,118,192); }
td.TdClassName
{
border-color: #CB76C0;
}
.TagClassName
{
border-color: #CB76C0;
}
</style>