Shades of Medium Orchid #CB44EF
Tints of Medium Orchid #CB44EF
RGB
CMYK
RGB Variations
Color information
#CB44EF (or 0xCB44EF) is known color: Medium Orchid. HEX triplet: CB, 44 and EF. RGB value is (203,68,239). Sum of RGB (Red+Green+Blue) = 203+68+239=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44EF is #34BB10. Grayscale: #7F7F7F. Windows color (decimal): -3455761 or 15680715. OLE color: 15680715.
HSL color Cylindrical-coordinate representation of color #CB44EF: hue angle of 287.37º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB44EF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 68 | 239 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.06 |
| HSL | 287.37º | 0.84% | 0.6% | - |
| HSV(B) | 287.37º | 0.72% | 0.94% | - |
| XYZ | 42.28 | 23.06 | 83.88 | - |
| YUV | 127.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 239 | 0.15 | 0.72 | 0 | 0.06 | 287.37 | 0.84 | 0.6 |
| Hex | CB | 44 | EF | F | 48 | 0 | 6 | 11F | 54 | 3C |
| Octal | 313 | 104 | 357 | 17 | 110 | 0 | 6 | 437 | 124 | 74 |
| Binary | 11001011 | 1000100 | 11101111 | 1111 | 1001000 | 0 | 110 | 100011111 | 1010100 | 111100 |
Color Harmonies of #CB44EF
Complementary color
Monochromatic Colors of #CB44EF
Black with #CB44EF
Text Example
Text Example
White with #CB44EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44EF; }
p { color: rgb(203,68,239); }
H1.HeaderClassName
{
color: #CB44EF;
}
.AnyTagClassName
{
color: #CB44EF;
}
</style>
background-color css
<style>
a { background-color: #CB44EF; }
a { background-color: rgb(203,68,239); }
div.DivClassName
{
background-color: #CB44EF;
}
.BgClassName
{
background-color: #CB44EF;
}
</style>
border-color css
<style>
span { border-color: #CB44EF; }
span { border-color: rgb(203,68,239); }
td.TdClassName
{
border-color: #CB44EF;
}
.TagClassName
{
border-color: #CB44EF;
}
</style>