Shades of Medium Orchid #CB46FE
Tints of Medium Orchid #CB46FE
RGB
CMYK
RGB Variations
Color information
#CB46FE (or 0xCB46FE) is known color: Medium Orchid. HEX triplet: CB, 46 and FE. RGB value is (203,70,254). Sum of RGB (Red+Green+Blue) = 203+70+254=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46FE is #34B901. Grayscale: #828282. Windows color (decimal): -3455234 or 16664267. OLE color: 16664267.
HSL color Cylindrical-coordinate representation of color #CB46FE: hue angle of 283.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB46FE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 70 | 254 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.00 |
| HSL | 283.37º | 0.99% | 0.64% | - |
| HSV(B) | 283.37º | 0.72% | 1% | - |
| XYZ | 44.71 | 24.23 | 96.09 | - |
| YUV | 130.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 254 | 0.20 | 0.72 | 0 | 0.00 | 283.37 | 0.99 | 0.64 |
| Hex | CB | 46 | FE | 14 | 48 | 0 | 0 | 11B | 63 | 40 |
| Octal | 313 | 106 | 376 | 24 | 110 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001011 | 1000110 | 11111110 | 10100 | 1001000 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #CB46FE
Complementary color
Monochromatic Colors of #CB46FE
Black with #CB46FE
Text Example
Text Example
White with #CB46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46FE; }
p { color: rgb(203,70,254); }
H1.HeaderClassName
{
color: #CB46FE;
}
.AnyTagClassName
{
color: #CB46FE;
}
</style>
background-color css
<style>
a { background-color: #CB46FE; }
a { background-color: rgb(203,70,254); }
div.DivClassName
{
background-color: #CB46FE;
}
.BgClassName
{
background-color: #CB46FE;
}
</style>
border-color css
<style>
span { border-color: #CB46FE; }
span { border-color: rgb(203,70,254); }
td.TdClassName
{
border-color: #CB46FE;
}
.TagClassName
{
border-color: #CB46FE;
}
</style>