Shades of Orchid #CB77BE
Tints of Orchid #CB77BE
RGB
CMYK
RGB Variations
Color information
#CB77BE (or 0xCB77BE) is known color: Orchid. HEX triplet: CB, 77 and BE. RGB value is (203,119,190). Sum of RGB (Red+Green+Blue) = 203+119+190=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77BE is #348841. Grayscale: #989898. Windows color (decimal): -3442754 or 12482507. OLE color: 12482507.
HSL color Cylindrical-coordinate representation of color #CB77BE: hue angle of 309.29º 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 #CB77BE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 190 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.20 |
| HSL | 309.29º | 0.45% | 0.63% | - |
| HSV(B) | 309.29º | 0.41% | 0.8% | - |
| XYZ | 40.52 | 29.61 | 52.29 | - |
| YUV | 152.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 190 | 0 | 0.41 | 0.06 | 0.20 | 309.29 | 0.45 | 0.63 |
| Hex | CB | 77 | BE | 0 | 29 | 6 | 14 | 135 | 2D | 3F |
| Octal | 313 | 167 | 276 | 0 | 51 | 6 | 24 | 465 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10111110 | 0 | 101001 | 110 | 10100 | 100110101 | 101101 | 111111 |
Color Harmonies of #CB77BE
Complementary color
Monochromatic Colors of #CB77BE
Black with #CB77BE
Text Example
Text Example
White with #CB77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77BE; }
p { color: rgb(203,119,190); }
H1.HeaderClassName
{
color: #CB77BE;
}
.AnyTagClassName
{
color: #CB77BE;
}
</style>
background-color css
<style>
a { background-color: #CB77BE; }
a { background-color: rgb(203,119,190); }
div.DivClassName
{
background-color: #CB77BE;
}
.BgClassName
{
background-color: #CB77BE;
}
</style>
border-color css
<style>
span { border-color: #CB77BE; }
span { border-color: rgb(203,119,190); }
td.TdClassName
{
border-color: #CB77BE;
}
.TagClassName
{
border-color: #CB77BE;
}
</style>