Shades of Orchid #CB76B4
Tints of Orchid #CB76B4
RGB
CMYK
RGB Variations
Color information
#CB76B4 (or 0xCB76B4) is known color: Orchid. HEX triplet: CB, 76 and B4. RGB value is (203,118,180). Sum of RGB (Red+Green+Blue) = 203+118+180=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76B4 is #34894B. Grayscale: #969696. Windows color (decimal): -3443020 or 11826891. OLE color: 11826891.
HSL color Cylindrical-coordinate representation of color #CB76B4: hue angle of 316.24º 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 #CB76B4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 180 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.20 |
| HSL | 316.24º | 0.45% | 0.63% | - |
| HSV(B) | 316.24º | 0.42% | 0.8% | - |
| XYZ | 39.35 | 28.95 | 46.69 | - |
| YUV | 150.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 180 | 0 | 0.42 | 0.11 | 0.20 | 316.24 | 0.45 | 0.63 |
| Hex | CB | 76 | B4 | 0 | 2A | B | 14 | 13C | 2D | 3F |
| Octal | 313 | 166 | 264 | 0 | 52 | 13 | 24 | 474 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10110100 | 0 | 101010 | 1011 | 10100 | 100111100 | 101101 | 111111 |
Color Harmonies of #CB76B4
Complementary color
Monochromatic Colors of #CB76B4
Black with #CB76B4
Text Example
Text Example
White with #CB76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76B4; }
p { color: rgb(203,118,180); }
H1.HeaderClassName
{
color: #CB76B4;
}
.AnyTagClassName
{
color: #CB76B4;
}
</style>
background-color css
<style>
a { background-color: #CB76B4; }
a { background-color: rgb(203,118,180); }
div.DivClassName
{
background-color: #CB76B4;
}
.BgClassName
{
background-color: #CB76B4;
}
</style>
border-color css
<style>
span { border-color: #CB76B4; }
span { border-color: rgb(203,118,180); }
td.TdClassName
{
border-color: #CB76B4;
}
.TagClassName
{
border-color: #CB76B4;
}
</style>