Shades of Medium Orchid #CB55F0
Tints of Medium Orchid #CB55F0
RGB
CMYK
RGB Variations
Color information
#CB55F0 (or 0xCB55F0) is known color: Medium Orchid. HEX triplet: CB, 55 and F0. RGB value is (203,85,240). Sum of RGB (Red+Green+Blue) = 203+85+240=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB55F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB55F0 is #34AA0F. Grayscale: #898989. Windows color (decimal): -3451408 or 15750603. OLE color: 15750603.
HSL color Cylindrical-coordinate representation of color #CB55F0: hue angle of 285.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB55F0 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 85 | 240 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.06 |
| HSL | 285.68º | 0.84% | 0.64% | - |
| HSV(B) | 285.68º | 0.65% | 0.94% | - |
| XYZ | 43.61 | 25.48 | 85.06 | - |
| YUV | 137.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 240 | 0.15 | 0.65 | 0 | 0.06 | 285.68 | 0.84 | 0.64 |
| Hex | CB | 55 | F0 | F | 41 | 0 | 6 | 11E | 54 | 40 |
| Octal | 313 | 125 | 360 | 17 | 101 | 0 | 6 | 436 | 124 | 100 |
| Binary | 11001011 | 1010101 | 11110000 | 1111 | 1000001 | 0 | 110 | 100011110 | 1010100 | 1000000 |
Color Harmonies of #CB55F0
Complementary color
Monochromatic Colors of #CB55F0
Black with #CB55F0
Text Example
Text Example
White with #CB55F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55F0; }
p { color: rgb(203,85,240); }
H1.HeaderClassName
{
color: #CB55F0;
}
.AnyTagClassName
{
color: #CB55F0;
}
</style>
background-color css
<style>
a { background-color: #CB55F0; }
a { background-color: rgb(203,85,240); }
div.DivClassName
{
background-color: #CB55F0;
}
.BgClassName
{
background-color: #CB55F0;
}
</style>
border-color css
<style>
span { border-color: #CB55F0; }
span { border-color: rgb(203,85,240); }
td.TdClassName
{
border-color: #CB55F0;
}
.TagClassName
{
border-color: #CB55F0;
}
</style>