Shades of Medium Orchid #CB54F3
Tints of Medium Orchid #CB54F3
RGB
CMYK
RGB Variations
Color information
#CB54F3 (or 0xCB54F3) is known color: Medium Orchid. HEX triplet: CB, 54 and F3. RGB value is (203,84,243). Sum of RGB (Red+Green+Blue) = 203+84+243=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB54F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54F3 is #34AB0C. Grayscale: #898989. Windows color (decimal): -3451661 or 15946955. OLE color: 15946955.
HSL color Cylindrical-coordinate representation of color #CB54F3: hue angle of 284.91º 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 #CB54F3 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 84 | 243 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.05 |
| HSL | 284.91º | 0.87% | 0.64% | - |
| HSV(B) | 284.91º | 0.65% | 0.95% | - |
| XYZ | 43.98 | 25.51 | 87.4 | - |
| YUV | 137.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 243 | 0.16 | 0.65 | 0 | 0.05 | 284.91 | 0.87 | 0.64 |
| Hex | CB | 54 | F3 | 10 | 41 | 0 | 5 | 11D | 57 | 40 |
| Octal | 313 | 124 | 363 | 20 | 101 | 0 | 5 | 435 | 127 | 100 |
| Binary | 11001011 | 1010100 | 11110011 | 10000 | 1000001 | 0 | 101 | 100011101 | 1010111 | 1000000 |
Color Harmonies of #CB54F3
Complementary color
Monochromatic Colors of #CB54F3
Black with #CB54F3
Text Example
Text Example
White with #CB54F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54F3; }
p { color: rgb(203,84,243); }
H1.HeaderClassName
{
color: #CB54F3;
}
.AnyTagClassName
{
color: #CB54F3;
}
</style>
background-color css
<style>
a { background-color: #CB54F3; }
a { background-color: rgb(203,84,243); }
div.DivClassName
{
background-color: #CB54F3;
}
.BgClassName
{
background-color: #CB54F3;
}
</style>
border-color css
<style>
span { border-color: #CB54F3; }
span { border-color: rgb(203,84,243); }
td.TdClassName
{
border-color: #CB54F3;
}
.TagClassName
{
border-color: #CB54F3;
}
</style>