Shades of Medium Orchid #CB40F8
Tints of Medium Orchid #CB40F8
RGB
CMYK
RGB Variations
Color information
#CB40F8 (or 0xCB40F8) is known color: Medium Orchid. HEX triplet: CB, 40 and F8. RGB value is (203,64,248). Sum of RGB (Red+Green+Blue) = 203+64+248=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB40F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40F8 is #34BF07. Grayscale: #7D7D7D. Windows color (decimal): -3456776 or 16269515. OLE color: 16269515.
HSL color Cylindrical-coordinate representation of color #CB40F8: hue angle of 285.33º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB40F8 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 64 | 248 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.03 |
| HSL | 285.33º | 0.93% | 0.61% | - |
| HSV(B) | 285.33º | 0.74% | 0.97% | - |
| XYZ | 43.41 | 23.14 | 90.99 | - |
| YUV | 126.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 248 | 0.18 | 0.74 | 0 | 0.03 | 285.33 | 0.93 | 0.61 |
| Hex | CB | 40 | F8 | 12 | 4A | 0 | 3 | 11D | 5D | 3D |
| Octal | 313 | 100 | 370 | 22 | 112 | 0 | 3 | 435 | 135 | 75 |
| Binary | 11001011 | 1000000 | 11111000 | 10010 | 1001010 | 0 | 11 | 100011101 | 1011101 | 111101 |
Color Harmonies of #CB40F8
Complementary color
Monochromatic Colors of #CB40F8
Black with #CB40F8
Text Example
Text Example
White with #CB40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40F8; }
p { color: rgb(203,64,248); }
H1.HeaderClassName
{
color: #CB40F8;
}
.AnyTagClassName
{
color: #CB40F8;
}
</style>
background-color css
<style>
a { background-color: #CB40F8; }
a { background-color: rgb(203,64,248); }
div.DivClassName
{
background-color: #CB40F8;
}
.BgClassName
{
background-color: #CB40F8;
}
</style>
border-color css
<style>
span { border-color: #CB40F8; }
span { border-color: rgb(203,64,248); }
td.TdClassName
{
border-color: #CB40F8;
}
.TagClassName
{
border-color: #CB40F8;
}
</style>