Shades of Orchid #CB78CE
Tints of Orchid #CB78CE
RGB
CMYK
RGB Variations
Color information
#CB78CE (or 0xCB78CE) is known color: Orchid. HEX triplet: CB, 78 and CE. RGB value is (203,120,206). Sum of RGB (Red+Green+Blue) = 203+120+206=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78CE is #348731. Grayscale: #9A9A9A. Windows color (decimal): -3442482 or 13531339. OLE color: 13531339.
HSL color Cylindrical-coordinate representation of color #CB78CE: hue angle of 297.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB78CE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 120 | 206 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.19 |
| HSL | 297.91º | 0.47% | 0.64% | - |
| HSV(B) | 297.91º | 0.42% | 0.81% | - |
| XYZ | 42.49 | 30.59 | 62.06 | - |
| YUV | 154.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 206 | 0.01 | 0.42 | 0 | 0.19 | 297.91 | 0.47 | 0.64 |
| Hex | CB | 78 | CE | 1 | 2A | 0 | 13 | 12A | 2F | 40 |
| Octal | 313 | 170 | 316 | 1 | 52 | 0 | 23 | 452 | 57 | 100 |
| Binary | 11001011 | 1111000 | 11001110 | 1 | 101010 | 0 | 10011 | 100101010 | 101111 | 1000000 |
Color Harmonies of #CB78CE
Complementary color
Monochromatic Colors of #CB78CE
Black with #CB78CE
Text Example
Text Example
White with #CB78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78CE; }
p { color: rgb(203,120,206); }
H1.HeaderClassName
{
color: #CB78CE;
}
.AnyTagClassName
{
color: #CB78CE;
}
</style>
background-color css
<style>
a { background-color: #CB78CE; }
a { background-color: rgb(203,120,206); }
div.DivClassName
{
background-color: #CB78CE;
}
.BgClassName
{
background-color: #CB78CE;
}
</style>
border-color css
<style>
span { border-color: #CB78CE; }
span { border-color: rgb(203,120,206); }
td.TdClassName
{
border-color: #CB78CE;
}
.TagClassName
{
border-color: #CB78CE;
}
</style>