Shades of Medium Orchid #CB42F8
Tints of Medium Orchid #CB42F8
RGB
CMYK
RGB Variations
Color information
#CB42F8 (or 0xCB42F8) is known color: Medium Orchid. HEX triplet: CB, 42 and F8. RGB value is (203,66,248). Sum of RGB (Red+Green+Blue) = 203+66+248=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB42F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42F8 is #34BD07. Grayscale: #7F7F7F. Windows color (decimal): -3456264 or 16270027. OLE color: 16270027.
HSL color Cylindrical-coordinate representation of color #CB42F8: hue angle of 285.16º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB42F8 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 66 | 248 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.03 |
| HSL | 285.16º | 0.93% | 0.62% | - |
| HSV(B) | 285.16º | 0.73% | 0.97% | - |
| XYZ | 43.52 | 23.37 | 91.02 | - |
| YUV | 127.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 248 | 0.18 | 0.73 | 0 | 0.03 | 285.16 | 0.93 | 0.62 |
| Hex | CB | 42 | F8 | 12 | 49 | 0 | 3 | 11D | 5D | 3E |
| Octal | 313 | 102 | 370 | 22 | 111 | 0 | 3 | 435 | 135 | 76 |
| Binary | 11001011 | 1000010 | 11111000 | 10010 | 1001001 | 0 | 11 | 100011101 | 1011101 | 111110 |
Color Harmonies of #CB42F8
Complementary color
Monochromatic Colors of #CB42F8
Black with #CB42F8
Text Example
Text Example
White with #CB42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42F8; }
p { color: rgb(203,66,248); }
H1.HeaderClassName
{
color: #CB42F8;
}
.AnyTagClassName
{
color: #CB42F8;
}
</style>
background-color css
<style>
a { background-color: #CB42F8; }
a { background-color: rgb(203,66,248); }
div.DivClassName
{
background-color: #CB42F8;
}
.BgClassName
{
background-color: #CB42F8;
}
</style>
border-color css
<style>
span { border-color: #CB42F8; }
span { border-color: rgb(203,66,248); }
td.TdClassName
{
border-color: #CB42F8;
}
.TagClassName
{
border-color: #CB42F8;
}
</style>