Shades of Orchid #CB7CE1
Tints of Orchid #CB7CE1
RGB
CMYK
RGB Variations
Color information
#CB7CE1 (or 0xCB7CE1) is known color: Orchid. HEX triplet: CB, 7C and E1. RGB value is (203,124,225). Sum of RGB (Red+Green+Blue) = 203+124+225=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CE1 is #34831E. Grayscale: #9E9E9E. Windows color (decimal): -3441439 or 14777547. OLE color: 14777547.
HSL color Cylindrical-coordinate representation of color #CB7CE1: hue angle of 286.93º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7CE1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 124 | 225 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.12 |
| HSL | 286.93º | 0.63% | 0.68% | - |
| HSV(B) | 286.93º | 0.45% | 0.88% | - |
| XYZ | 45.43 | 32.55 | 75.12 | - |
| YUV | 159.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 225 | 0.10 | 0.45 | 0 | 0.12 | 286.93 | 0.63 | 0.68 |
| Hex | CB | 7C | E1 | A | 2D | 0 | C | 11F | 3F | 44 |
| Octal | 313 | 174 | 341 | 12 | 55 | 0 | 14 | 437 | 77 | 104 |
| Binary | 11001011 | 1111100 | 11100001 | 1010 | 101101 | 0 | 1100 | 100011111 | 111111 | 1000100 |
Color Harmonies of #CB7CE1
Complementary color
Monochromatic Colors of #CB7CE1
Black with #CB7CE1
Text Example
Text Example
White with #CB7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CE1; }
p { color: rgb(203,124,225); }
H1.HeaderClassName
{
color: #CB7CE1;
}
.AnyTagClassName
{
color: #CB7CE1;
}
</style>
background-color css
<style>
a { background-color: #CB7CE1; }
a { background-color: rgb(203,124,225); }
div.DivClassName
{
background-color: #CB7CE1;
}
.BgClassName
{
background-color: #CB7CE1;
}
</style>
border-color css
<style>
span { border-color: #CB7CE1; }
span { border-color: rgb(203,124,225); }
td.TdClassName
{
border-color: #CB7CE1;
}
.TagClassName
{
border-color: #CB7CE1;
}
</style>