Shades of Medium Orchid #CB55F3
Tints of Medium Orchid #CB55F3
RGB
CMYK
RGB Variations
Color information
#CB55F3 (or 0xCB55F3) is known color: Medium Orchid. HEX triplet: CB, 55 and F3. RGB value is (203,85,243). Sum of RGB (Red+Green+Blue) = 203+85+243=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB55F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB55F3 is #34AA0C. Grayscale: #898989. Windows color (decimal): -3451405 or 15947211. OLE color: 15947211.
HSL color Cylindrical-coordinate representation of color #CB55F3: hue angle of 284.81º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB55F3 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 85 | 243 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.05 |
| HSL | 284.81º | 0.87% | 0.64% | - |
| HSV(B) | 284.81º | 0.65% | 0.95% | - |
| XYZ | 44.05 | 25.66 | 87.43 | - |
| YUV | 138.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 243 | 0.16 | 0.65 | 0 | 0.05 | 284.81 | 0.87 | 0.64 |
| Hex | CB | 55 | F3 | 10 | 41 | 0 | 5 | 11D | 57 | 40 |
| Octal | 313 | 125 | 363 | 20 | 101 | 0 | 5 | 435 | 127 | 100 |
| Binary | 11001011 | 1010101 | 11110011 | 10000 | 1000001 | 0 | 101 | 100011101 | 1010111 | 1000000 |
Color Harmonies of #CB55F3
Complementary color
Monochromatic Colors of #CB55F3
Black with #CB55F3
Text Example
Text Example
White with #CB55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55F3; }
p { color: rgb(203,85,243); }
H1.HeaderClassName
{
color: #CB55F3;
}
.AnyTagClassName
{
color: #CB55F3;
}
</style>
background-color css
<style>
a { background-color: #CB55F3; }
a { background-color: rgb(203,85,243); }
div.DivClassName
{
background-color: #CB55F3;
}
.BgClassName
{
background-color: #CB55F3;
}
</style>
border-color css
<style>
span { border-color: #CB55F3; }
span { border-color: rgb(203,85,243); }
td.TdClassName
{
border-color: #CB55F3;
}
.TagClassName
{
border-color: #CB55F3;
}
</style>