Shades of Medium Orchid #CB40FE
Tints of Medium Orchid #CB40FE
RGB
CMYK
RGB Variations
Color information
#CB40FE (or 0xCB40FE) is known color: Medium Orchid. HEX triplet: CB, 40 and FE. RGB value is (203,64,254). Sum of RGB (Red+Green+Blue) = 203+64+254=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40FE is #34BF01. Grayscale: #7E7E7E. Windows color (decimal): -3456770 or 16662731. OLE color: 16662731.
HSL color Cylindrical-coordinate representation of color #CB40FE: hue angle of 283.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB40FE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 64 | 254 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.00 |
| HSL | 283.89º | 0.99% | 0.62% | - |
| HSV(B) | 283.89º | 0.75% | 1% | - |
| XYZ | 44.35 | 23.52 | 95.97 | - |
| YUV | 127.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 254 | 0.20 | 0.75 | 0 | 0.00 | 283.89 | 0.99 | 0.62 |
| Hex | CB | 40 | FE | 14 | 4B | 0 | 0 | 11C | 63 | 3E |
| Octal | 313 | 100 | 376 | 24 | 113 | 0 | 0 | 434 | 143 | 76 |
| Binary | 11001011 | 1000000 | 11111110 | 10100 | 1001011 | 0 | 0 | 100011100 | 1100011 | 111110 |
Color Harmonies of #CB40FE
Complementary color
Monochromatic Colors of #CB40FE
Black with #CB40FE
Text Example
Text Example
White with #CB40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40FE; }
p { color: rgb(203,64,254); }
H1.HeaderClassName
{
color: #CB40FE;
}
.AnyTagClassName
{
color: #CB40FE;
}
</style>
background-color css
<style>
a { background-color: #CB40FE; }
a { background-color: rgb(203,64,254); }
div.DivClassName
{
background-color: #CB40FE;
}
.BgClassName
{
background-color: #CB40FE;
}
</style>
border-color css
<style>
span { border-color: #CB40FE; }
span { border-color: rgb(203,64,254); }
td.TdClassName
{
border-color: #CB40FE;
}
.TagClassName
{
border-color: #CB40FE;
}
</style>