Shades of Orchid #CB76BC
Tints of Orchid #CB76BC
RGB
CMYK
RGB Variations
Color information
#CB76BC (or 0xCB76BC) is known color: Orchid. HEX triplet: CB, 76 and BC. RGB value is (203,118,188). Sum of RGB (Red+Green+Blue) = 203+118+188=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BC is #348943. Grayscale: #979797. Windows color (decimal): -3443012 or 12351179. OLE color: 12351179.
HSL color Cylindrical-coordinate representation of color #CB76BC: hue angle of 310.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76BC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 188 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.20 |
| HSL | 310.59º | 0.45% | 0.63% | - |
| HSV(B) | 310.59º | 0.42% | 0.8% | - |
| XYZ | 40.18 | 29.28 | 51.11 | - |
| YUV | 151.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 188 | 0 | 0.42 | 0.07 | 0.20 | 310.59 | 0.45 | 0.63 |
| Hex | CB | 76 | BC | 0 | 2A | 7 | 14 | 137 | 2D | 3F |
| Octal | 313 | 166 | 274 | 0 | 52 | 7 | 24 | 467 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10111100 | 0 | 101010 | 111 | 10100 | 100110111 | 101101 | 111111 |
Color Harmonies of #CB76BC
Complementary color
Monochromatic Colors of #CB76BC
Black with #CB76BC
Text Example
Text Example
White with #CB76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76BC; }
p { color: rgb(203,118,188); }
H1.HeaderClassName
{
color: #CB76BC;
}
.AnyTagClassName
{
color: #CB76BC;
}
</style>
background-color css
<style>
a { background-color: #CB76BC; }
a { background-color: rgb(203,118,188); }
div.DivClassName
{
background-color: #CB76BC;
}
.BgClassName
{
background-color: #CB76BC;
}
</style>
border-color css
<style>
span { border-color: #CB76BC; }
span { border-color: rgb(203,118,188); }
td.TdClassName
{
border-color: #CB76BC;
}
.TagClassName
{
border-color: #CB76BC;
}
</style>