Shades of Orchid #CB7EE1
Tints of Orchid #CB7EE1
RGB
CMYK
RGB Variations
Color information
#CB7EE1 (or 0xCB7EE1) is known color: Orchid. HEX triplet: CB, 7E and E1. RGB value is (203,126,225). Sum of RGB (Red+Green+Blue) = 203+126+225=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EE1 is #34811E. Grayscale: #9F9F9F. Windows color (decimal): -3440927 or 14778059. OLE color: 14778059.
HSL color Cylindrical-coordinate representation of color #CB7EE1: hue angle of 286.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7EE1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 126 | 225 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.12 |
| HSL | 286.67º | 0.62% | 0.69% | - |
| HSV(B) | 286.67º | 0.44% | 0.88% | - |
| XYZ | 45.68 | 33.05 | 75.21 | - |
| YUV | 160.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 225 | 0.10 | 0.44 | 0 | 0.12 | 286.67 | 0.62 | 0.69 |
| Hex | CB | 7E | E1 | A | 2C | 0 | C | 11F | 3E | 45 |
| Octal | 313 | 176 | 341 | 12 | 54 | 0 | 14 | 437 | 76 | 105 |
| Binary | 11001011 | 1111110 | 11100001 | 1010 | 101100 | 0 | 1100 | 100011111 | 111110 | 1000101 |
Color Harmonies of #CB7EE1
Complementary color
Monochromatic Colors of #CB7EE1
Black with #CB7EE1
Text Example
Text Example
White with #CB7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EE1; }
p { color: rgb(203,126,225); }
H1.HeaderClassName
{
color: #CB7EE1;
}
.AnyTagClassName
{
color: #CB7EE1;
}
</style>
background-color css
<style>
a { background-color: #CB7EE1; }
a { background-color: rgb(203,126,225); }
div.DivClassName
{
background-color: #CB7EE1;
}
.BgClassName
{
background-color: #CB7EE1;
}
</style>
border-color css
<style>
span { border-color: #CB7EE1; }
span { border-color: rgb(203,126,225); }
td.TdClassName
{
border-color: #CB7EE1;
}
.TagClassName
{
border-color: #CB7EE1;
}
</style>