Shades of Medium Orchid #CB46E6
Tints of Medium Orchid #CB46E6
RGB
CMYK
RGB Variations
Color information
#CB46E6 (or 0xCB46E6) is known color: Medium Orchid. HEX triplet: CB, 46 and E6. RGB value is (203,70,230). Sum of RGB (Red+Green+Blue) = 203+70+230=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB46E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46E6 is #34B919. Grayscale: #7F7F7F. Windows color (decimal): -3455258 or 15091403. OLE color: 15091403.
HSL color Cylindrical-coordinate representation of color #CB46E6: hue angle of 289.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB46E6 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 70 | 230 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.10 |
| HSL | 289.88º | 0.76% | 0.59% | - |
| HSV(B) | 289.88º | 0.7% | 0.9% | - |
| XYZ | 41.1 | 22.79 | 77.1 | - |
| YUV | 128.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 230 | 0.12 | 0.70 | 0 | 0.10 | 289.88 | 0.76 | 0.59 |
| Hex | CB | 46 | E6 | C | 46 | 0 | A | 122 | 4C | 3B |
| Octal | 313 | 106 | 346 | 14 | 106 | 0 | 12 | 442 | 114 | 73 |
| Binary | 11001011 | 1000110 | 11100110 | 1100 | 1000110 | 0 | 1010 | 100100010 | 1001100 | 111011 |
Color Harmonies of #CB46E6
Complementary color
Monochromatic Colors of #CB46E6
Black with #CB46E6
Text Example
Text Example
White with #CB46E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46E6; }
p { color: rgb(203,70,230); }
H1.HeaderClassName
{
color: #CB46E6;
}
.AnyTagClassName
{
color: #CB46E6;
}
</style>
background-color css
<style>
a { background-color: #CB46E6; }
a { background-color: rgb(203,70,230); }
div.DivClassName
{
background-color: #CB46E6;
}
.BgClassName
{
background-color: #CB46E6;
}
</style>
border-color css
<style>
span { border-color: #CB46E6; }
span { border-color: rgb(203,70,230); }
td.TdClassName
{
border-color: #CB46E6;
}
.TagClassName
{
border-color: #CB46E6;
}
</style>