Shades of Orchid #CB76D1
Tints of Orchid #CB76D1
RGB
CMYK
RGB Variations
Color information
#CB76D1 (or 0xCB76D1) is known color: Orchid. HEX triplet: CB, 76 and D1. RGB value is (203,118,209). Sum of RGB (Red+Green+Blue) = 203+118+209=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76D1 is #34892E. Grayscale: #999999. Windows color (decimal): -3442991 or 13727435. OLE color: 13727435.
HSL color Cylindrical-coordinate representation of color #CB76D1: hue angle of 296.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB76D1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 118 | 209 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.18 |
| HSL | 296.04º | 0.5% | 0.64% | - |
| HSV(B) | 296.04º | 0.44% | 0.82% | - |
| XYZ | 42.62 | 30.26 | 63.92 | - |
| YUV | 153.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 209 | 0.03 | 0.44 | 0 | 0.18 | 296.04 | 0.5 | 0.64 |
| Hex | CB | 76 | D1 | 3 | 2C | 0 | 12 | 128 | 32 | 40 |
| Octal | 313 | 166 | 321 | 3 | 54 | 0 | 22 | 450 | 62 | 100 |
| Binary | 11001011 | 1110110 | 11010001 | 11 | 101100 | 0 | 10010 | 100101000 | 110010 | 1000000 |
Color Harmonies of #CB76D1
Complementary color
Monochromatic Colors of #CB76D1
Black with #CB76D1
Text Example
Text Example
White with #CB76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76D1; }
p { color: rgb(203,118,209); }
H1.HeaderClassName
{
color: #CB76D1;
}
.AnyTagClassName
{
color: #CB76D1;
}
</style>
background-color css
<style>
a { background-color: #CB76D1; }
a { background-color: rgb(203,118,209); }
div.DivClassName
{
background-color: #CB76D1;
}
.BgClassName
{
background-color: #CB76D1;
}
</style>
border-color css
<style>
span { border-color: #CB76D1; }
span { border-color: rgb(203,118,209); }
td.TdClassName
{
border-color: #CB76D1;
}
.TagClassName
{
border-color: #CB76D1;
}
</style>