Shades of Orchid #CB78DC
Tints of Orchid #CB78DC
RGB
CMYK
RGB Variations
Color information
#CB78DC (or 0xCB78DC) is known color: Orchid. HEX triplet: CB, 78 and DC. RGB value is (203,120,220). Sum of RGB (Red+Green+Blue) = 203+120+220=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78DC is #348723. Grayscale: #9B9B9B. Windows color (decimal): -3442468 or 14448843. OLE color: 14448843.
HSL color Cylindrical-coordinate representation of color #CB78DC: hue angle of 289.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB78DC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 120 | 220 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.14 |
| HSL | 289.8º | 0.59% | 0.67% | - |
| HSV(B) | 289.8º | 0.45% | 0.86% | - |
| XYZ | 44.26 | 31.3 | 71.42 | - |
| YUV | 156.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 220 | 0.08 | 0.45 | 0 | 0.14 | 289.8 | 0.59 | 0.67 |
| Hex | CB | 78 | DC | 8 | 2D | 0 | E | 122 | 3B | 43 |
| Octal | 313 | 170 | 334 | 10 | 55 | 0 | 16 | 442 | 73 | 103 |
| Binary | 11001011 | 1111000 | 11011100 | 1000 | 101101 | 0 | 1110 | 100100010 | 111011 | 1000011 |
Color Harmonies of #CB78DC
Complementary color
Monochromatic Colors of #CB78DC
Black with #CB78DC
Text Example
Text Example
White with #CB78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78DC; }
p { color: rgb(203,120,220); }
H1.HeaderClassName
{
color: #CB78DC;
}
.AnyTagClassName
{
color: #CB78DC;
}
</style>
background-color css
<style>
a { background-color: #CB78DC; }
a { background-color: rgb(203,120,220); }
div.DivClassName
{
background-color: #CB78DC;
}
.BgClassName
{
background-color: #CB78DC;
}
</style>
border-color css
<style>
span { border-color: #CB78DC; }
span { border-color: rgb(203,120,220); }
td.TdClassName
{
border-color: #CB78DC;
}
.TagClassName
{
border-color: #CB78DC;
}
</style>