Shades of Orchid #CB77BA
Tints of Orchid #CB77BA
RGB
CMYK
RGB Variations
Color information
#CB77BA (or 0xCB77BA) is known color: Orchid. HEX triplet: CB, 77 and BA. RGB value is (203,119,186). Sum of RGB (Red+Green+Blue) = 203+119+186=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77BA is #348845. Grayscale: #979797. Windows color (decimal): -3442758 or 12220363. OLE color: 12220363.
HSL color Cylindrical-coordinate representation of color #CB77BA: hue angle of 312.14º degrees, saturation: 0.45, 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 #CB77BA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 186 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.20 |
| HSL | 312.14º | 0.45% | 0.63% | - |
| HSV(B) | 312.14º | 0.41% | 0.8% | - |
| XYZ | 40.09 | 29.44 | 50.02 | - |
| YUV | 151.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 186 | 0 | 0.41 | 0.08 | 0.20 | 312.14 | 0.45 | 0.63 |
| Hex | CB | 77 | BA | 0 | 29 | 8 | 14 | 138 | 2D | 3F |
| Octal | 313 | 167 | 272 | 0 | 51 | 10 | 24 | 470 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10111010 | 0 | 101001 | 1000 | 10100 | 100111000 | 101101 | 111111 |
Color Harmonies of #CB77BA
Complementary color
Monochromatic Colors of #CB77BA
Black with #CB77BA
Text Example
Text Example
White with #CB77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77BA; }
p { color: rgb(203,119,186); }
H1.HeaderClassName
{
color: #CB77BA;
}
.AnyTagClassName
{
color: #CB77BA;
}
</style>
background-color css
<style>
a { background-color: #CB77BA; }
a { background-color: rgb(203,119,186); }
div.DivClassName
{
background-color: #CB77BA;
}
.BgClassName
{
background-color: #CB77BA;
}
</style>
border-color css
<style>
span { border-color: #CB77BA; }
span { border-color: rgb(203,119,186); }
td.TdClassName
{
border-color: #CB77BA;
}
.TagClassName
{
border-color: #CB77BA;
}
</style>