Shades of Medium Orchid #CB5CE3
Tints of Medium Orchid #CB5CE3
RGB
CMYK
RGB Variations
Color information
#CB5CE3 (or 0xCB5CE3) is known color: Medium Orchid. HEX triplet: CB, 5C and E3. RGB value is (203,92,227). Sum of RGB (Red+Green+Blue) = 203+92+227=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB5CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CE3 is #34A31C. Grayscale: #8C8C8C. Windows color (decimal): -3449629 or 14900427. OLE color: 14900427.
HSL color Cylindrical-coordinate representation of color #CB5CE3: hue angle of 289.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5CE3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 92 | 227 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.11 |
| HSL | 289.33º | 0.71% | 0.63% | - |
| HSV(B) | 289.33º | 0.59% | 0.89% | - |
| XYZ | 42.32 | 25.9 | 75.44 | - |
| YUV | 140.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 227 | 0.11 | 0.59 | 0 | 0.11 | 289.33 | 0.71 | 0.63 |
| Hex | CB | 5C | E3 | B | 3B | 0 | B | 121 | 47 | 3F |
| Octal | 313 | 134 | 343 | 13 | 73 | 0 | 13 | 441 | 107 | 77 |
| Binary | 11001011 | 1011100 | 11100011 | 1011 | 111011 | 0 | 1011 | 100100001 | 1000111 | 111111 |
Color Harmonies of #CB5CE3
Complementary color
Monochromatic Colors of #CB5CE3
Black with #CB5CE3
Text Example
Text Example
White with #CB5CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CE3; }
p { color: rgb(203,92,227); }
H1.HeaderClassName
{
color: #CB5CE3;
}
.AnyTagClassName
{
color: #CB5CE3;
}
</style>
background-color css
<style>
a { background-color: #CB5CE3; }
a { background-color: rgb(203,92,227); }
div.DivClassName
{
background-color: #CB5CE3;
}
.BgClassName
{
background-color: #CB5CE3;
}
</style>
border-color css
<style>
span { border-color: #CB5CE3; }
span { border-color: rgb(203,92,227); }
td.TdClassName
{
border-color: #CB5CE3;
}
.TagClassName
{
border-color: #CB5CE3;
}
</style>