Shades of Medium Orchid #CB5CE1
Tints of Medium Orchid #CB5CE1
RGB
CMYK
RGB Variations
Color information
#CB5CE1 (or 0xCB5CE1) is known color: Medium Orchid. HEX triplet: CB, 5C and E1. RGB value is (203,92,225). Sum of RGB (Red+Green+Blue) = 203+92+225=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB5CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CE1 is #34A31E. Grayscale: #8B8B8B. Windows color (decimal): -3449631 or 14769355. OLE color: 14769355.
HSL color Cylindrical-coordinate representation of color #CB5CE1: hue angle of 290.08º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5CE1 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 92 | 225 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.12 |
| HSL | 290.08º | 0.69% | 0.62% | - |
| HSV(B) | 290.08º | 0.59% | 0.88% | - |
| XYZ | 42.05 | 25.79 | 74 | - |
| YUV | 140.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 225 | 0.10 | 0.59 | 0 | 0.12 | 290.08 | 0.69 | 0.62 |
| Hex | CB | 5C | E1 | A | 3B | 0 | C | 122 | 45 | 3E |
| Octal | 313 | 134 | 341 | 12 | 73 | 0 | 14 | 442 | 105 | 76 |
| Binary | 11001011 | 1011100 | 11100001 | 1010 | 111011 | 0 | 1100 | 100100010 | 1000101 | 111110 |
Color Harmonies of #CB5CE1
Complementary color
Monochromatic Colors of #CB5CE1
Black with #CB5CE1
Text Example
Text Example
White with #CB5CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CE1; }
p { color: rgb(203,92,225); }
H1.HeaderClassName
{
color: #CB5CE1;
}
.AnyTagClassName
{
color: #CB5CE1;
}
</style>
background-color css
<style>
a { background-color: #CB5CE1; }
a { background-color: rgb(203,92,225); }
div.DivClassName
{
background-color: #CB5CE1;
}
.BgClassName
{
background-color: #CB5CE1;
}
</style>
border-color css
<style>
span { border-color: #CB5CE1; }
span { border-color: rgb(203,92,225); }
td.TdClassName
{
border-color: #CB5CE1;
}
.TagClassName
{
border-color: #CB5CE1;
}
</style>