Shades of Medium Orchid #CB45F0
Tints of Medium Orchid #CB45F0
RGB
CMYK
RGB Variations
Color information
#CB45F0 (or 0xCB45F0) is known color: Medium Orchid. HEX triplet: CB, 45 and F0. RGB value is (203,69,240). Sum of RGB (Red+Green+Blue) = 203+69+240=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB45F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB45F0 is #34BA0F. Grayscale: #808080. Windows color (decimal): -3455504 or 15746507. OLE color: 15746507.
HSL color Cylindrical-coordinate representation of color #CB45F0: hue angle of 287.02º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB45F0 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 69 | 240 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.06 |
| HSL | 287.02º | 0.85% | 0.61% | - |
| HSV(B) | 287.02º | 0.71% | 0.94% | - |
| XYZ | 42.48 | 23.24 | 84.69 | - |
| YUV | 128.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 240 | 0.15 | 0.71 | 0 | 0.06 | 287.02 | 0.85 | 0.61 |
| Hex | CB | 45 | F0 | F | 47 | 0 | 6 | 11F | 55 | 3D |
| Octal | 313 | 105 | 360 | 17 | 107 | 0 | 6 | 437 | 125 | 75 |
| Binary | 11001011 | 1000101 | 11110000 | 1111 | 1000111 | 0 | 110 | 100011111 | 1010101 | 111101 |
Color Harmonies of #CB45F0
Complementary color
Monochromatic Colors of #CB45F0
Black with #CB45F0
Text Example
Text Example
White with #CB45F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45F0; }
p { color: rgb(203,69,240); }
H1.HeaderClassName
{
color: #CB45F0;
}
.AnyTagClassName
{
color: #CB45F0;
}
</style>
background-color css
<style>
a { background-color: #CB45F0; }
a { background-color: rgb(203,69,240); }
div.DivClassName
{
background-color: #CB45F0;
}
.BgClassName
{
background-color: #CB45F0;
}
</style>
border-color css
<style>
span { border-color: #CB45F0; }
span { border-color: rgb(203,69,240); }
td.TdClassName
{
border-color: #CB45F0;
}
.TagClassName
{
border-color: #CB45F0;
}
</style>