Shades of Medium Orchid #CB46E8
Tints of Medium Orchid #CB46E8
RGB
CMYK
RGB Variations
Color information
#CB46E8 (or 0xCB46E8) is known color: Medium Orchid. HEX triplet: CB, 46 and E8. RGB value is (203,70,232). Sum of RGB (Red+Green+Blue) = 203+70+232=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB46E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46E8 is #34B917. Grayscale: #7F7F7F. Windows color (decimal): -3455256 or 15222475. OLE color: 15222475.
HSL color Cylindrical-coordinate representation of color #CB46E8: hue angle of 289.26º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB46E8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 70 | 232 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.09 |
| HSL | 289.26º | 0.78% | 0.59% | - |
| HSV(B) | 289.26º | 0.7% | 0.91% | - |
| XYZ | 41.38 | 22.9 | 78.58 | - |
| YUV | 128.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 232 | 0.12 | 0.70 | 0 | 0.09 | 289.26 | 0.78 | 0.59 |
| Hex | CB | 46 | E8 | C | 46 | 0 | 9 | 121 | 4E | 3B |
| Octal | 313 | 106 | 350 | 14 | 106 | 0 | 11 | 441 | 116 | 73 |
| Binary | 11001011 | 1000110 | 11101000 | 1100 | 1000110 | 0 | 1001 | 100100001 | 1001110 | 111011 |
Color Harmonies of #CB46E8
Complementary color
Monochromatic Colors of #CB46E8
Black with #CB46E8
Text Example
Text Example
White with #CB46E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46E8; }
p { color: rgb(203,70,232); }
H1.HeaderClassName
{
color: #CB46E8;
}
.AnyTagClassName
{
color: #CB46E8;
}
</style>
background-color css
<style>
a { background-color: #CB46E8; }
a { background-color: rgb(203,70,232); }
div.DivClassName
{
background-color: #CB46E8;
}
.BgClassName
{
background-color: #CB46E8;
}
</style>
border-color css
<style>
span { border-color: #CB46E8; }
span { border-color: rgb(203,70,232); }
td.TdClassName
{
border-color: #CB46E8;
}
.TagClassName
{
border-color: #CB46E8;
}
</style>