Shades of Medium Orchid #CB44E5
Tints of Medium Orchid #CB44E5
RGB
CMYK
RGB Variations
Color information
#CB44E5 (or 0xCB44E5) is known color: Medium Orchid. HEX triplet: CB, 44 and E5. RGB value is (203,68,229). Sum of RGB (Red+Green+Blue) = 203+68+229=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44E5 is #34BB1A. Grayscale: #7E7E7E. Windows color (decimal): -3455771 or 15025355. OLE color: 15025355.
HSL color Cylindrical-coordinate representation of color #CB44E5: hue angle of 290.31º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB44E5 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 68 | 229 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.10 |
| HSL | 290.31º | 0.76% | 0.58% | - |
| HSV(B) | 290.31º | 0.7% | 0.9% | - |
| XYZ | 40.84 | 22.49 | 76.32 | - |
| YUV | 126.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 229 | 0.11 | 0.70 | 0 | 0.10 | 290.31 | 0.76 | 0.58 |
| Hex | CB | 44 | E5 | B | 46 | 0 | A | 122 | 4C | 3A |
| Octal | 313 | 104 | 345 | 13 | 106 | 0 | 12 | 442 | 114 | 72 |
| Binary | 11001011 | 1000100 | 11100101 | 1011 | 1000110 | 0 | 1010 | 100100010 | 1001100 | 111010 |
Color Harmonies of #CB44E5
Complementary color
Monochromatic Colors of #CB44E5
Black with #CB44E5
Text Example
Text Example
White with #CB44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44E5; }
p { color: rgb(203,68,229); }
H1.HeaderClassName
{
color: #CB44E5;
}
.AnyTagClassName
{
color: #CB44E5;
}
</style>
background-color css
<style>
a { background-color: #CB44E5; }
a { background-color: rgb(203,68,229); }
div.DivClassName
{
background-color: #CB44E5;
}
.BgClassName
{
background-color: #CB44E5;
}
</style>
border-color css
<style>
span { border-color: #CB44E5; }
span { border-color: rgb(203,68,229); }
td.TdClassName
{
border-color: #CB44E5;
}
.TagClassName
{
border-color: #CB44E5;
}
</style>