Shades of Orchid #CB76BE
Tints of Orchid #CB76BE
RGB
CMYK
RGB Variations
Color information
#CB76BE (or 0xCB76BE) is known color: Orchid. HEX triplet: CB, 76 and BE. RGB value is (203,118,190). Sum of RGB (Red+Green+Blue) = 203+118+190=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BE is #348941. Grayscale: #979797. Windows color (decimal): -3443010 or 12482251. OLE color: 12482251.
HSL color Cylindrical-coordinate representation of color #CB76BE: hue angle of 309.18º 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 #CB76BE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 190 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.20 |
| HSL | 309.18º | 0.45% | 0.63% | - |
| HSV(B) | 309.18º | 0.42% | 0.8% | - |
| XYZ | 40.4 | 29.37 | 52.26 | - |
| YUV | 151.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 190 | 0 | 0.42 | 0.06 | 0.20 | 309.18 | 0.45 | 0.63 |
| Hex | CB | 76 | BE | 0 | 2A | 6 | 14 | 135 | 2D | 3F |
| Octal | 313 | 166 | 276 | 0 | 52 | 6 | 24 | 465 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10111110 | 0 | 101010 | 110 | 10100 | 100110101 | 101101 | 111111 |
Color Harmonies of #CB76BE
Complementary color
Monochromatic Colors of #CB76BE
Black with #CB76BE
Text Example
Text Example
White with #CB76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76BE; }
p { color: rgb(203,118,190); }
H1.HeaderClassName
{
color: #CB76BE;
}
.AnyTagClassName
{
color: #CB76BE;
}
</style>
background-color css
<style>
a { background-color: #CB76BE; }
a { background-color: rgb(203,118,190); }
div.DivClassName
{
background-color: #CB76BE;
}
.BgClassName
{
background-color: #CB76BE;
}
</style>
border-color css
<style>
span { border-color: #CB76BE; }
span { border-color: rgb(203,118,190); }
td.TdClassName
{
border-color: #CB76BE;
}
.TagClassName
{
border-color: #CB76BE;
}
</style>