Shades of Medium Orchid #CB46F0
Tints of Medium Orchid #CB46F0
RGB
CMYK
RGB Variations
Color information
#CB46F0 (or 0xCB46F0) is known color: Medium Orchid. HEX triplet: CB, 46 and F0. RGB value is (203,70,240). Sum of RGB (Red+Green+Blue) = 203+70+240=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB46F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46F0 is #34B90F. Grayscale: #808080. Windows color (decimal): -3455248 or 15746763. OLE color: 15746763.
HSL color Cylindrical-coordinate representation of color #CB46F0: hue angle of 286.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB46F0 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 70 | 240 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.06 |
| HSL | 286.94º | 0.85% | 0.61% | - |
| HSV(B) | 286.94º | 0.71% | 0.94% | - |
| XYZ | 42.55 | 23.37 | 84.71 | - |
| YUV | 129.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 240 | 0.15 | 0.71 | 0 | 0.06 | 286.94 | 0.85 | 0.61 |
| Hex | CB | 46 | F0 | F | 47 | 0 | 6 | 11F | 55 | 3D |
| Octal | 313 | 106 | 360 | 17 | 107 | 0 | 6 | 437 | 125 | 75 |
| Binary | 11001011 | 1000110 | 11110000 | 1111 | 1000111 | 0 | 110 | 100011111 | 1010101 | 111101 |
Color Harmonies of #CB46F0
Complementary color
Monochromatic Colors of #CB46F0
Black with #CB46F0
Text Example
Text Example
White with #CB46F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46F0; }
p { color: rgb(203,70,240); }
H1.HeaderClassName
{
color: #CB46F0;
}
.AnyTagClassName
{
color: #CB46F0;
}
</style>
background-color css
<style>
a { background-color: #CB46F0; }
a { background-color: rgb(203,70,240); }
div.DivClassName
{
background-color: #CB46F0;
}
.BgClassName
{
background-color: #CB46F0;
}
</style>
border-color css
<style>
span { border-color: #CB46F0; }
span { border-color: rgb(203,70,240); }
td.TdClassName
{
border-color: #CB46F0;
}
.TagClassName
{
border-color: #CB46F0;
}
</style>