Shades of Orchid #CB76B6
Tints of Orchid #CB76B6
RGB
CMYK
RGB Variations
Color information
#CB76B6 (or 0xCB76B6) is known color: Orchid. HEX triplet: CB, 76 and B6. RGB value is (203,118,182). Sum of RGB (Red+Green+Blue) = 203+118+182=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76B6 is #348949. Grayscale: #969696. Windows color (decimal): -3443018 or 11957963. OLE color: 11957963.
HSL color Cylindrical-coordinate representation of color #CB76B6: hue angle of 314.82º 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 #CB76B6 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 182 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.20 |
| HSL | 314.82º | 0.45% | 0.63% | - |
| HSV(B) | 314.82º | 0.42% | 0.8% | - |
| XYZ | 39.55 | 29.03 | 47.77 | - |
| YUV | 150.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 182 | 0 | 0.42 | 0.10 | 0.20 | 314.82 | 0.45 | 0.63 |
| Hex | CB | 76 | B6 | 0 | 2A | A | 14 | 13B | 2D | 3F |
| Octal | 313 | 166 | 266 | 0 | 52 | 12 | 24 | 473 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10110110 | 0 | 101010 | 1010 | 10100 | 100111011 | 101101 | 111111 |
Color Harmonies of #CB76B6
Complementary color
Monochromatic Colors of #CB76B6
Black with #CB76B6
Text Example
Text Example
White with #CB76B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76B6; }
p { color: rgb(203,118,182); }
H1.HeaderClassName
{
color: #CB76B6;
}
.AnyTagClassName
{
color: #CB76B6;
}
</style>
background-color css
<style>
a { background-color: #CB76B6; }
a { background-color: rgb(203,118,182); }
div.DivClassName
{
background-color: #CB76B6;
}
.BgClassName
{
background-color: #CB76B6;
}
</style>
border-color css
<style>
span { border-color: #CB76B6; }
span { border-color: rgb(203,118,182); }
td.TdClassName
{
border-color: #CB76B6;
}
.TagClassName
{
border-color: #CB76B6;
}
</style>