Shades of Orchid #CB77BF
Tints of Orchid #CB77BF
RGB
CMYK
RGB Variations
Color information
#CB77BF (or 0xCB77BF) is known color: Orchid. HEX triplet: CB, 77 and BF. RGB value is (203,119,191). Sum of RGB (Red+Green+Blue) = 203+119+191=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77BF is #348840. Grayscale: #989898. Windows color (decimal): -3442753 or 12548043. OLE color: 12548043.
HSL color Cylindrical-coordinate representation of color #CB77BF: hue angle of 308.57º 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 #CB77BF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 191 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.20 |
| HSL | 308.57º | 0.45% | 0.63% | - |
| HSV(B) | 308.57º | 0.41% | 0.8% | - |
| XYZ | 40.63 | 29.65 | 52.87 | - |
| YUV | 152.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 191 | 0 | 0.41 | 0.06 | 0.20 | 308.57 | 0.45 | 0.63 |
| Hex | CB | 77 | BF | 0 | 29 | 6 | 14 | 135 | 2D | 3F |
| Octal | 313 | 167 | 277 | 0 | 51 | 6 | 24 | 465 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10111111 | 0 | 101001 | 110 | 10100 | 100110101 | 101101 | 111111 |
Color Harmonies of #CB77BF
Complementary color
Monochromatic Colors of #CB77BF
Black with #CB77BF
Text Example
Text Example
White with #CB77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77BF; }
p { color: rgb(203,119,191); }
H1.HeaderClassName
{
color: #CB77BF;
}
.AnyTagClassName
{
color: #CB77BF;
}
</style>
background-color css
<style>
a { background-color: #CB77BF; }
a { background-color: rgb(203,119,191); }
div.DivClassName
{
background-color: #CB77BF;
}
.BgClassName
{
background-color: #CB77BF;
}
</style>
border-color css
<style>
span { border-color: #CB77BF; }
span { border-color: rgb(203,119,191); }
td.TdClassName
{
border-color: #CB77BF;
}
.TagClassName
{
border-color: #CB77BF;
}
</style>