Shades of Medium Orchid #CB46EA
Tints of Medium Orchid #CB46EA
RGB
CMYK
RGB Variations
Color information
#CB46EA (or 0xCB46EA) is known color: Medium Orchid. HEX triplet: CB, 46 and EA. RGB value is (203,70,234). Sum of RGB (Red+Green+Blue) = 203+70+234=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46EA is #34B915. Grayscale: #7F7F7F. Windows color (decimal): -3455254 or 15353547. OLE color: 15353547.
HSL color Cylindrical-coordinate representation of color #CB46EA: hue angle of 288.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB46EA is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 70 | 234 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.08 |
| HSL | 288.66º | 0.8% | 0.6% | - |
| HSV(B) | 288.66º | 0.7% | 0.92% | - |
| XYZ | 41.67 | 23.02 | 80.09 | - |
| YUV | 128.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 234 | 0.13 | 0.70 | 0 | 0.08 | 288.66 | 0.8 | 0.6 |
| Hex | CB | 46 | EA | D | 46 | 0 | 8 | 121 | 50 | 3C |
| Octal | 313 | 106 | 352 | 15 | 106 | 0 | 10 | 441 | 120 | 74 |
| Binary | 11001011 | 1000110 | 11101010 | 1101 | 1000110 | 0 | 1000 | 100100001 | 1010000 | 111100 |
Color Harmonies of #CB46EA
Complementary color
Monochromatic Colors of #CB46EA
Black with #CB46EA
Text Example
Text Example
White with #CB46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46EA; }
p { color: rgb(203,70,234); }
H1.HeaderClassName
{
color: #CB46EA;
}
.AnyTagClassName
{
color: #CB46EA;
}
</style>
background-color css
<style>
a { background-color: #CB46EA; }
a { background-color: rgb(203,70,234); }
div.DivClassName
{
background-color: #CB46EA;
}
.BgClassName
{
background-color: #CB46EA;
}
</style>
border-color css
<style>
span { border-color: #CB46EA; }
span { border-color: rgb(203,70,234); }
td.TdClassName
{
border-color: #CB46EA;
}
.TagClassName
{
border-color: #CB46EA;
}
</style>