Shades of Medium Orchid #CB44F0
Tints of Medium Orchid #CB44F0
RGB
CMYK
RGB Variations
Color information
#CB44F0 (or 0xCB44F0) is known color: Medium Orchid. HEX triplet: CB, 44 and F0. RGB value is (203,68,240). Sum of RGB (Red+Green+Blue) = 203+68+240=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB44F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44F0 is #34BB0F. Grayscale: #7F7F7F. Windows color (decimal): -3455760 or 15746251. OLE color: 15746251.
HSL color Cylindrical-coordinate representation of color #CB44F0: hue angle of 287.09º degrees, saturation: 0.85, 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 #CB44F0 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 68 | 240 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.06 |
| HSL | 287.09º | 0.85% | 0.6% | - |
| HSV(B) | 287.09º | 0.72% | 0.94% | - |
| XYZ | 42.42 | 23.12 | 84.67 | - |
| YUV | 127.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 240 | 0.15 | 0.72 | 0 | 0.06 | 287.09 | 0.85 | 0.6 |
| Hex | CB | 44 | F0 | F | 48 | 0 | 6 | 11F | 55 | 3C |
| Octal | 313 | 104 | 360 | 17 | 110 | 0 | 6 | 437 | 125 | 74 |
| Binary | 11001011 | 1000100 | 11110000 | 1111 | 1001000 | 0 | 110 | 100011111 | 1010101 | 111100 |
Color Harmonies of #CB44F0
Complementary color
Monochromatic Colors of #CB44F0
Black with #CB44F0
Text Example
Text Example
White with #CB44F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44F0; }
p { color: rgb(203,68,240); }
H1.HeaderClassName
{
color: #CB44F0;
}
.AnyTagClassName
{
color: #CB44F0;
}
</style>
background-color css
<style>
a { background-color: #CB44F0; }
a { background-color: rgb(203,68,240); }
div.DivClassName
{
background-color: #CB44F0;
}
.BgClassName
{
background-color: #CB44F0;
}
</style>
border-color css
<style>
span { border-color: #CB44F0; }
span { border-color: rgb(203,68,240); }
td.TdClassName
{
border-color: #CB44F0;
}
.TagClassName
{
border-color: #CB44F0;
}
</style>