Shades of Orchid #CB78D3
Tints of Orchid #CB78D3
RGB
CMYK
RGB Variations
Color information
#CB78D3 (or 0xCB78D3) is known color: Orchid. HEX triplet: CB, 78 and D3. RGB value is (203,120,211). Sum of RGB (Red+Green+Blue) = 203+120+211=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB78D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78D3 is #34872C. Grayscale: #9A9A9A. Windows color (decimal): -3442477 or 13859019. OLE color: 13859019.
HSL color Cylindrical-coordinate representation of color #CB78D3: hue angle of 294.73º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB78D3 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 120 | 211 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.17 |
| HSL | 294.73º | 0.51% | 0.65% | - |
| HSV(B) | 294.73º | 0.43% | 0.83% | - |
| XYZ | 43.1 | 30.83 | 65.31 | - |
| YUV | 155.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 211 | 0.04 | 0.43 | 0 | 0.17 | 294.73 | 0.51 | 0.65 |
| Hex | CB | 78 | D3 | 4 | 2B | 0 | 11 | 127 | 33 | 41 |
| Octal | 313 | 170 | 323 | 4 | 53 | 0 | 21 | 447 | 63 | 101 |
| Binary | 11001011 | 1111000 | 11010011 | 100 | 101011 | 0 | 10001 | 100100111 | 110011 | 1000001 |
Color Harmonies of #CB78D3
Complementary color
Monochromatic Colors of #CB78D3
Black with #CB78D3
Text Example
Text Example
White with #CB78D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78D3; }
p { color: rgb(203,120,211); }
H1.HeaderClassName
{
color: #CB78D3;
}
.AnyTagClassName
{
color: #CB78D3;
}
</style>
background-color css
<style>
a { background-color: #CB78D3; }
a { background-color: rgb(203,120,211); }
div.DivClassName
{
background-color: #CB78D3;
}
.BgClassName
{
background-color: #CB78D3;
}
</style>
border-color css
<style>
span { border-color: #CB78D3; }
span { border-color: rgb(203,120,211); }
td.TdClassName
{
border-color: #CB78D3;
}
.TagClassName
{
border-color: #CB78D3;
}
</style>