Shades of Orchid #CB78C0
Tints of Orchid #CB78C0
RGB
CMYK
RGB Variations
Color information
#CB78C0 (or 0xCB78C0) is known color: Orchid. HEX triplet: CB, 78 and C0. RGB value is (203,120,192). Sum of RGB (Red+Green+Blue) = 203+120+192=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78C0 is #34873F. Grayscale: #989898. Windows color (decimal): -3442496 or 12613835. OLE color: 12613835.
HSL color Cylindrical-coordinate representation of color #CB78C0: hue angle of 307.95º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB78C0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 192 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.20 |
| HSL | 307.95º | 0.44% | 0.63% | - |
| HSV(B) | 307.95º | 0.41% | 0.8% | - |
| XYZ | 40.86 | 29.94 | 53.49 | - |
| YUV | 153.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 192 | 0 | 0.41 | 0.05 | 0.20 | 307.95 | 0.44 | 0.63 |
| Hex | CB | 78 | C0 | 0 | 29 | 5 | 14 | 134 | 2C | 3F |
| Octal | 313 | 170 | 300 | 0 | 51 | 5 | 24 | 464 | 54 | 77 |
| Binary | 11001011 | 1111000 | 11000000 | 0 | 101001 | 101 | 10100 | 100110100 | 101100 | 111111 |
Color Harmonies of #CB78C0
Complementary color
Monochromatic Colors of #CB78C0
Black with #CB78C0
Text Example
Text Example
White with #CB78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78C0; }
p { color: rgb(203,120,192); }
H1.HeaderClassName
{
color: #CB78C0;
}
.AnyTagClassName
{
color: #CB78C0;
}
</style>
background-color css
<style>
a { background-color: #CB78C0; }
a { background-color: rgb(203,120,192); }
div.DivClassName
{
background-color: #CB78C0;
}
.BgClassName
{
background-color: #CB78C0;
}
</style>
border-color css
<style>
span { border-color: #CB78C0; }
span { border-color: rgb(203,120,192); }
td.TdClassName
{
border-color: #CB78C0;
}
.TagClassName
{
border-color: #CB78C0;
}
</style>