Shades of Medium Orchid #CB41E5
Tints of Medium Orchid #CB41E5
RGB
CMYK
RGB Variations
Color information
#CB41E5 (or 0xCB41E5) is known color: Medium Orchid. HEX triplet: CB, 41 and E5. RGB value is (203,65,229). Sum of RGB (Red+Green+Blue) = 203+65+229=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB41E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41E5 is #34BE1A. Grayscale: #7C7C7C. Windows color (decimal): -3456539 or 15024587. OLE color: 15024587.
HSL color Cylindrical-coordinate representation of color #CB41E5: hue angle of 290.49º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB41E5 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 65 | 229 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.10 |
| HSL | 290.49º | 0.76% | 0.58% | - |
| HSV(B) | 290.49º | 0.72% | 0.9% | - |
| XYZ | 40.66 | 22.13 | 76.26 | - |
| YUV | 124.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 229 | 0.11 | 0.72 | 0 | 0.10 | 290.49 | 0.76 | 0.58 |
| Hex | CB | 41 | E5 | B | 48 | 0 | A | 122 | 4C | 3A |
| Octal | 313 | 101 | 345 | 13 | 110 | 0 | 12 | 442 | 114 | 72 |
| Binary | 11001011 | 1000001 | 11100101 | 1011 | 1001000 | 0 | 1010 | 100100010 | 1001100 | 111010 |
Color Harmonies of #CB41E5
Complementary color
Monochromatic Colors of #CB41E5
Black with #CB41E5
Text Example
Text Example
White with #CB41E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41E5; }
p { color: rgb(203,65,229); }
H1.HeaderClassName
{
color: #CB41E5;
}
.AnyTagClassName
{
color: #CB41E5;
}
</style>
background-color css
<style>
a { background-color: #CB41E5; }
a { background-color: rgb(203,65,229); }
div.DivClassName
{
background-color: #CB41E5;
}
.BgClassName
{
background-color: #CB41E5;
}
</style>
border-color css
<style>
span { border-color: #CB41E5; }
span { border-color: rgb(203,65,229); }
td.TdClassName
{
border-color: #CB41E5;
}
.TagClassName
{
border-color: #CB41E5;
}
</style>