Shades of Orchid #CB7FE1
Tints of Orchid #CB7FE1
RGB
CMYK
RGB Variations
Color information
#CB7FE1 (or 0xCB7FE1) is known color: Orchid. HEX triplet: CB, 7F and E1. RGB value is (203,127,225). Sum of RGB (Red+Green+Blue) = 203+127+225=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FE1 is #34801E. Grayscale: #A0A0A0. Windows color (decimal): -3440671 or 14778315. OLE color: 14778315.
HSL color Cylindrical-coordinate representation of color #CB7FE1: hue angle of 286.53º 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 #CB7FE1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 127 | 225 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.12 |
| HSL | 286.53º | 0.62% | 0.69% | - |
| HSV(B) | 286.53º | 0.44% | 0.88% | - |
| XYZ | 45.81 | 33.31 | 75.25 | - |
| YUV | 160.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 225 | 0.10 | 0.44 | 0 | 0.12 | 286.53 | 0.62 | 0.69 |
| Hex | CB | 7F | E1 | A | 2C | 0 | C | 11F | 3E | 45 |
| Octal | 313 | 177 | 341 | 12 | 54 | 0 | 14 | 437 | 76 | 105 |
| Binary | 11001011 | 1111111 | 11100001 | 1010 | 101100 | 0 | 1100 | 100011111 | 111110 | 1000101 |
Color Harmonies of #CB7FE1
Complementary color
Monochromatic Colors of #CB7FE1
Black with #CB7FE1
Text Example
Text Example
White with #CB7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FE1; }
p { color: rgb(203,127,225); }
H1.HeaderClassName
{
color: #CB7FE1;
}
.AnyTagClassName
{
color: #CB7FE1;
}
</style>
background-color css
<style>
a { background-color: #CB7FE1; }
a { background-color: rgb(203,127,225); }
div.DivClassName
{
background-color: #CB7FE1;
}
.BgClassName
{
background-color: #CB7FE1;
}
</style>
border-color css
<style>
span { border-color: #CB7FE1; }
span { border-color: rgb(203,127,225); }
td.TdClassName
{
border-color: #CB7FE1;
}
.TagClassName
{
border-color: #CB7FE1;
}
</style>