Shades of Medium Orchid #CB40EF
Tints of Medium Orchid #CB40EF
RGB
CMYK
RGB Variations
Color information
#CB40EF (or 0xCB40EF) is known color: Medium Orchid. HEX triplet: CB, 40 and EF. RGB value is (203,64,239). Sum of RGB (Red+Green+Blue) = 203+64+239=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40EF is #34BF10. Grayscale: #7C7C7C. Windows color (decimal): -3456785 or 15679691. OLE color: 15679691.
HSL color Cylindrical-coordinate representation of color #CB40EF: hue angle of 287.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB40EF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 64 | 239 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.06 |
| HSL | 287.66º | 0.85% | 0.59% | - |
| HSV(B) | 287.66º | 0.73% | 0.94% | - |
| XYZ | 42.04 | 22.6 | 83.81 | - |
| YUV | 125.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 239 | 0.15 | 0.73 | 0 | 0.06 | 287.66 | 0.85 | 0.59 |
| Hex | CB | 40 | EF | F | 49 | 0 | 6 | 120 | 55 | 3B |
| Octal | 313 | 100 | 357 | 17 | 111 | 0 | 6 | 440 | 125 | 73 |
| Binary | 11001011 | 1000000 | 11101111 | 1111 | 1001001 | 0 | 110 | 100100000 | 1010101 | 111011 |
Color Harmonies of #CB40EF
Complementary color
Monochromatic Colors of #CB40EF
Black with #CB40EF
Text Example
Text Example
White with #CB40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40EF; }
p { color: rgb(203,64,239); }
H1.HeaderClassName
{
color: #CB40EF;
}
.AnyTagClassName
{
color: #CB40EF;
}
</style>
background-color css
<style>
a { background-color: #CB40EF; }
a { background-color: rgb(203,64,239); }
div.DivClassName
{
background-color: #CB40EF;
}
.BgClassName
{
background-color: #CB40EF;
}
</style>
border-color css
<style>
span { border-color: #CB40EF; }
span { border-color: rgb(203,64,239); }
td.TdClassName
{
border-color: #CB40EF;
}
.TagClassName
{
border-color: #CB40EF;
}
</style>