Shades of Medium Orchid #CB41E8
Tints of Medium Orchid #CB41E8
RGB
CMYK
RGB Variations
Color information
#CB41E8 (or 0xCB41E8) is known color: Medium Orchid. HEX triplet: CB, 41 and E8. RGB value is (203,65,232). Sum of RGB (Red+Green+Blue) = 203+65+232=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB41E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41E8 is #34BE17. Grayscale: #7C7C7C. Windows color (decimal): -3456536 or 15221195. OLE color: 15221195.
HSL color Cylindrical-coordinate representation of color #CB41E8: hue angle of 289.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB41E8 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 65 | 232 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.09 |
| HSL | 289.58º | 0.78% | 0.58% | - |
| HSV(B) | 289.58º | 0.72% | 0.91% | - |
| XYZ | 41.08 | 22.3 | 78.48 | - |
| YUV | 125.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 232 | 0.12 | 0.72 | 0 | 0.09 | 289.58 | 0.78 | 0.58 |
| Hex | CB | 41 | E8 | C | 48 | 0 | 9 | 122 | 4E | 3A |
| Octal | 313 | 101 | 350 | 14 | 110 | 0 | 11 | 442 | 116 | 72 |
| Binary | 11001011 | 1000001 | 11101000 | 1100 | 1001000 | 0 | 1001 | 100100010 | 1001110 | 111010 |
Color Harmonies of #CB41E8
Complementary color
Monochromatic Colors of #CB41E8
Black with #CB41E8
Text Example
Text Example
White with #CB41E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41E8; }
p { color: rgb(203,65,232); }
H1.HeaderClassName
{
color: #CB41E8;
}
.AnyTagClassName
{
color: #CB41E8;
}
</style>
background-color css
<style>
a { background-color: #CB41E8; }
a { background-color: rgb(203,65,232); }
div.DivClassName
{
background-color: #CB41E8;
}
.BgClassName
{
background-color: #CB41E8;
}
</style>
border-color css
<style>
span { border-color: #CB41E8; }
span { border-color: rgb(203,65,232); }
td.TdClassName
{
border-color: #CB41E8;
}
.TagClassName
{
border-color: #CB41E8;
}
</style>