Shades of Orchid #CB7EE4
Tints of Orchid #CB7EE4
RGB
CMYK
RGB Variations
Color information
#CB7EE4 (or 0xCB7EE4) is known color: Orchid. HEX triplet: CB, 7E and E4. RGB value is (203,126,228). Sum of RGB (Red+Green+Blue) = 203+126+228=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB7EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EE4 is #34811B. Grayscale: #A0A0A0. Windows color (decimal): -3440924 or 14974667. OLE color: 14974667.
HSL color Cylindrical-coordinate representation of color #CB7EE4: hue angle of 285.29º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7EE4 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 126 | 228 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.11 |
| HSL | 285.29º | 0.65% | 0.69% | - |
| HSV(B) | 285.29º | 0.45% | 0.89% | - |
| XYZ | 46.09 | 33.22 | 77.38 | - |
| YUV | 160.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 228 | 0.11 | 0.45 | 0 | 0.11 | 285.29 | 0.65 | 0.69 |
| Hex | CB | 7E | E4 | B | 2D | 0 | B | 11D | 41 | 45 |
| Octal | 313 | 176 | 344 | 13 | 55 | 0 | 13 | 435 | 101 | 105 |
| Binary | 11001011 | 1111110 | 11100100 | 1011 | 101101 | 0 | 1011 | 100011101 | 1000001 | 1000101 |
Color Harmonies of #CB7EE4
Complementary color
Monochromatic Colors of #CB7EE4
Black with #CB7EE4
Text Example
Text Example
White with #CB7EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EE4; }
p { color: rgb(203,126,228); }
H1.HeaderClassName
{
color: #CB7EE4;
}
.AnyTagClassName
{
color: #CB7EE4;
}
</style>
background-color css
<style>
a { background-color: #CB7EE4; }
a { background-color: rgb(203,126,228); }
div.DivClassName
{
background-color: #CB7EE4;
}
.BgClassName
{
background-color: #CB7EE4;
}
</style>
border-color css
<style>
span { border-color: #CB7EE4; }
span { border-color: rgb(203,126,228); }
td.TdClassName
{
border-color: #CB7EE4;
}
.TagClassName
{
border-color: #CB7EE4;
}
</style>