Shades of Orchid #CB71E2
Tints of Orchid #CB71E2
RGB
CMYK
RGB Variations
Color information
#CB71E2 (or 0xCB71E2) is known color: Orchid. HEX triplet: CB, 71 and E2. RGB value is (203,113,226). Sum of RGB (Red+Green+Blue) = 203+113+226=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB71E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71E2 is #348E1D. Grayscale: #989898. Windows color (decimal): -3444254 or 14840267. OLE color: 14840267.
HSL color Cylindrical-coordinate representation of color #CB71E2: hue angle of 287.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB71E2 is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 113 | 226 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.11 |
| HSL | 287.79º | 0.66% | 0.66% | - |
| HSV(B) | 287.79º | 0.5% | 0.89% | - |
| XYZ | 44.26 | 30 | 75.41 | - |
| YUV | 152.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 226 | 0.10 | 0.5 | 0 | 0.11 | 287.79 | 0.66 | 0.66 |
| Hex | CB | 71 | E2 | A | 32 | 0 | B | 120 | 42 | 42 |
| Octal | 313 | 161 | 342 | 12 | 62 | 0 | 13 | 440 | 102 | 102 |
| Binary | 11001011 | 1110001 | 11100010 | 1010 | 110010 | 0 | 1011 | 100100000 | 1000010 | 1000010 |
Color Harmonies of #CB71E2
Complementary color
Monochromatic Colors of #CB71E2
Black with #CB71E2
Text Example
Text Example
White with #CB71E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71E2; }
p { color: rgb(203,113,226); }
H1.HeaderClassName
{
color: #CB71E2;
}
.AnyTagClassName
{
color: #CB71E2;
}
</style>
background-color css
<style>
a { background-color: #CB71E2; }
a { background-color: rgb(203,113,226); }
div.DivClassName
{
background-color: #CB71E2;
}
.BgClassName
{
background-color: #CB71E2;
}
</style>
border-color css
<style>
span { border-color: #CB71E2; }
span { border-color: rgb(203,113,226); }
td.TdClassName
{
border-color: #CB71E2;
}
.TagClassName
{
border-color: #CB71E2;
}
</style>