Shades of Medium Orchid #CB42F9
Tints of Medium Orchid #CB42F9
RGB
CMYK
RGB Variations
Color information
#CB42F9 (or 0xCB42F9) is known color: Medium Orchid. HEX triplet: CB, 42 and F9. RGB value is (203,66,249). Sum of RGB (Red+Green+Blue) = 203+66+249=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42F9 is #34BD06. Grayscale: #7F7F7F. Windows color (decimal): -3456263 or 16335563. OLE color: 16335563.
HSL color Cylindrical-coordinate representation of color #CB42F9: hue angle of 284.92º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB42F9 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 66 | 249 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.02 |
| HSL | 284.92º | 0.94% | 0.62% | - |
| HSV(B) | 284.92º | 0.73% | 0.98% | - |
| XYZ | 43.68 | 23.43 | 91.84 | - |
| YUV | 127.83 | 196.39 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 249 | 0.18 | 0.73 | 0 | 0.02 | 284.92 | 0.94 | 0.62 |
| Hex | CB | 42 | F9 | 12 | 49 | 0 | 2 | 11D | 5E | 3E |
| Octal | 313 | 102 | 371 | 22 | 111 | 0 | 2 | 435 | 136 | 76 |
| Binary | 11001011 | 1000010 | 11111001 | 10010 | 1001001 | 0 | 10 | 100011101 | 1011110 | 111110 |
Color Harmonies of #CB42F9
Complementary color
Monochromatic Colors of #CB42F9
Black with #CB42F9
Text Example
Text Example
White with #CB42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42F9; }
p { color: rgb(203,66,249); }
H1.HeaderClassName
{
color: #CB42F9;
}
.AnyTagClassName
{
color: #CB42F9;
}
</style>
background-color css
<style>
a { background-color: #CB42F9; }
a { background-color: rgb(203,66,249); }
div.DivClassName
{
background-color: #CB42F9;
}
.BgClassName
{
background-color: #CB42F9;
}
</style>
border-color css
<style>
span { border-color: #CB42F9; }
span { border-color: rgb(203,66,249); }
td.TdClassName
{
border-color: #CB42F9;
}
.TagClassName
{
border-color: #CB42F9;
}
</style>