Shades of Medium Orchid #CB46EF
Tints of Medium Orchid #CB46EF
RGB
CMYK
RGB Variations
Color information
#CB46EF (or 0xCB46EF) is known color: Medium Orchid. HEX triplet: CB, 46 and EF. RGB value is (203,70,239). Sum of RGB (Red+Green+Blue) = 203+70+239=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB46EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46EF is #34B910. Grayscale: #808080. Windows color (decimal): -3455249 or 15681227. OLE color: 15681227.
HSL color Cylindrical-coordinate representation of color #CB46EF: hue angle of 287.22º degrees, saturation: 0.84, 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 #CB46EF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 70 | 239 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.06 |
| HSL | 287.22º | 0.84% | 0.61% | - |
| HSV(B) | 287.22º | 0.71% | 0.94% | - |
| XYZ | 42.4 | 23.31 | 83.93 | - |
| YUV | 129.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 239 | 0.15 | 0.71 | 0 | 0.06 | 287.22 | 0.84 | 0.61 |
| Hex | CB | 46 | EF | F | 47 | 0 | 6 | 11F | 54 | 3D |
| Octal | 313 | 106 | 357 | 17 | 107 | 0 | 6 | 437 | 124 | 75 |
| Binary | 11001011 | 1000110 | 11101111 | 1111 | 1000111 | 0 | 110 | 100011111 | 1010100 | 111101 |
Color Harmonies of #CB46EF
Complementary color
Monochromatic Colors of #CB46EF
Black with #CB46EF
Text Example
Text Example
White with #CB46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46EF; }
p { color: rgb(203,70,239); }
H1.HeaderClassName
{
color: #CB46EF;
}
.AnyTagClassName
{
color: #CB46EF;
}
</style>
background-color css
<style>
a { background-color: #CB46EF; }
a { background-color: rgb(203,70,239); }
div.DivClassName
{
background-color: #CB46EF;
}
.BgClassName
{
background-color: #CB46EF;
}
</style>
border-color css
<style>
span { border-color: #CB46EF; }
span { border-color: rgb(203,70,239); }
td.TdClassName
{
border-color: #CB46EF;
}
.TagClassName
{
border-color: #CB46EF;
}
</style>