Shades of Medium Orchid #CB35E5
Tints of Medium Orchid #CB35E5
RGB
CMYK
RGB Variations
Color information
#CB35E5 (or 0xCB35E5) is known color: Medium Orchid. HEX triplet: CB, 35 and E5. RGB value is (203,53,229). Sum of RGB (Red+Green+Blue) = 203+53+229=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35E5 is #34CA1A. Grayscale: #757575. Windows color (decimal): -3459611 or 15021515. OLE color: 15021515.
HSL color Cylindrical-coordinate representation of color #CB35E5: hue angle of 291.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB35E5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 53 | 229 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.10 |
| HSL | 291.14º | 0.77% | 0.55% | - |
| HSV(B) | 291.14º | 0.77% | 0.9% | - |
| XYZ | 40.04 | 20.9 | 76.05 | - |
| YUV | 117.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 229 | 0.11 | 0.77 | 0 | 0.10 | 291.14 | 0.77 | 0.55 |
| Hex | CB | 35 | E5 | B | 4D | 0 | A | 123 | 4D | 37 |
| Octal | 313 | 65 | 345 | 13 | 115 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001011 | 110101 | 11100101 | 1011 | 1001101 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #CB35E5
Complementary color
Monochromatic Colors of #CB35E5
Black with #CB35E5
Text Example
Text Example
White with #CB35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB35E5; }
p { color: rgb(203,53,229); }
H1.HeaderClassName
{
color: #CB35E5;
}
.AnyTagClassName
{
color: #CB35E5;
}
</style>
background-color css
<style>
a { background-color: #CB35E5; }
a { background-color: rgb(203,53,229); }
div.DivClassName
{
background-color: #CB35E5;
}
.BgClassName
{
background-color: #CB35E5;
}
</style>
border-color css
<style>
span { border-color: #CB35E5; }
span { border-color: rgb(203,53,229); }
td.TdClassName
{
border-color: #CB35E5;
}
.TagClassName
{
border-color: #CB35E5;
}
</style>