Shades of Medium Orchid #CB44E6
Tints of Medium Orchid #CB44E6
RGB
CMYK
RGB Variations
Color information
#CB44E6 (or 0xCB44E6) is known color: Medium Orchid. HEX triplet: CB, 44 and E6. RGB value is (203,68,230). Sum of RGB (Red+Green+Blue) = 203+68+230=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB44E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44E6 is #34BB19. Grayscale: #7E7E7E. Windows color (decimal): -3455770 or 15090891. OLE color: 15090891.
HSL color Cylindrical-coordinate representation of color #CB44E6: hue angle of 290º 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 #CB44E6 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 68 | 230 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.10 |
| HSL | 290º | 0.76% | 0.58% | - |
| HSV(B) | 290º | 0.7% | 0.9% | - |
| XYZ | 40.98 | 22.54 | 77.05 | - |
| YUV | 126.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 230 | 0.12 | 0.70 | 0 | 0.10 | 290 | 0.76 | 0.58 |
| Hex | CB | 44 | E6 | C | 46 | 0 | A | 122 | 4C | 3A |
| Octal | 313 | 104 | 346 | 14 | 106 | 0 | 12 | 442 | 114 | 72 |
| Binary | 11001011 | 1000100 | 11100110 | 1100 | 1000110 | 0 | 1010 | 100100010 | 1001100 | 111010 |
Color Harmonies of #CB44E6
Complementary color
Monochromatic Colors of #CB44E6
Black with #CB44E6
Text Example
Text Example
White with #CB44E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44E6; }
p { color: rgb(203,68,230); }
H1.HeaderClassName
{
color: #CB44E6;
}
.AnyTagClassName
{
color: #CB44E6;
}
</style>
background-color css
<style>
a { background-color: #CB44E6; }
a { background-color: rgb(203,68,230); }
div.DivClassName
{
background-color: #CB44E6;
}
.BgClassName
{
background-color: #CB44E6;
}
</style>
border-color css
<style>
span { border-color: #CB44E6; }
span { border-color: rgb(203,68,230); }
td.TdClassName
{
border-color: #CB44E6;
}
.TagClassName
{
border-color: #CB44E6;
}
</style>