Shades of Orchid #CB78D0
Tints of Orchid #CB78D0
RGB
CMYK
RGB Variations
Color information
#CB78D0 (or 0xCB78D0) is known color: Orchid. HEX triplet: CB, 78 and D0. RGB value is (203,120,208). Sum of RGB (Red+Green+Blue) = 203+120+208=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78D0 is #34872F. Grayscale: #9A9A9A. Windows color (decimal): -3442480 or 13662411. OLE color: 13662411.
HSL color Cylindrical-coordinate representation of color #CB78D0: hue angle of 296.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB78D0 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 120 | 208 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.18 |
| HSL | 296.59º | 0.48% | 0.64% | - |
| HSV(B) | 296.59º | 0.42% | 0.82% | - |
| XYZ | 42.73 | 30.68 | 63.34 | - |
| YUV | 154.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 208 | 0.02 | 0.42 | 0 | 0.18 | 296.59 | 0.48 | 0.64 |
| Hex | CB | 78 | D0 | 2 | 2A | 0 | 12 | 129 | 30 | 40 |
| Octal | 313 | 170 | 320 | 2 | 52 | 0 | 22 | 451 | 60 | 100 |
| Binary | 11001011 | 1111000 | 11010000 | 10 | 101010 | 0 | 10010 | 100101001 | 110000 | 1000000 |
Color Harmonies of #CB78D0
Complementary color
Monochromatic Colors of #CB78D0
Black with #CB78D0
Text Example
Text Example
White with #CB78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78D0; }
p { color: rgb(203,120,208); }
H1.HeaderClassName
{
color: #CB78D0;
}
.AnyTagClassName
{
color: #CB78D0;
}
</style>
background-color css
<style>
a { background-color: #CB78D0; }
a { background-color: rgb(203,120,208); }
div.DivClassName
{
background-color: #CB78D0;
}
.BgClassName
{
background-color: #CB78D0;
}
</style>
border-color css
<style>
span { border-color: #CB78D0; }
span { border-color: rgb(203,120,208); }
td.TdClassName
{
border-color: #CB78D0;
}
.TagClassName
{
border-color: #CB78D0;
}
</style>