Shades of Medium Orchid #CB49FC
Tints of Medium Orchid #CB49FC
RGB
CMYK
RGB Variations
Color information
#CB49FC (or 0xCB49FC) is known color: Medium Orchid. HEX triplet: CB, 49 and FC. RGB value is (203,73,252). Sum of RGB (Red+Green+Blue) = 203+73+252=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49FC is #34B603. Grayscale: #838383. Windows color (decimal): -3454468 or 16533963. OLE color: 16533963.
HSL color Cylindrical-coordinate representation of color #CB49FC: hue angle of 283.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB49FC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 73 | 252 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.01 |
| HSL | 283.58º | 0.97% | 0.64% | - |
| HSV(B) | 283.58º | 0.71% | 0.99% | - |
| XYZ | 44.58 | 24.49 | 94.47 | - |
| YUV | 132.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 252 | 0.19 | 0.71 | 0 | 0.01 | 283.58 | 0.97 | 0.64 |
| Hex | CB | 49 | FC | 13 | 47 | 0 | 1 | 11C | 61 | 40 |
| Octal | 313 | 111 | 374 | 23 | 107 | 0 | 1 | 434 | 141 | 100 |
| Binary | 11001011 | 1001001 | 11111100 | 10011 | 1000111 | 0 | 1 | 100011100 | 1100001 | 1000000 |
Color Harmonies of #CB49FC
Complementary color
Monochromatic Colors of #CB49FC
Black with #CB49FC
Text Example
Text Example
White with #CB49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49FC; }
p { color: rgb(203,73,252); }
H1.HeaderClassName
{
color: #CB49FC;
}
.AnyTagClassName
{
color: #CB49FC;
}
</style>
background-color css
<style>
a { background-color: #CB49FC; }
a { background-color: rgb(203,73,252); }
div.DivClassName
{
background-color: #CB49FC;
}
.BgClassName
{
background-color: #CB49FC;
}
</style>
border-color css
<style>
span { border-color: #CB49FC; }
span { border-color: rgb(203,73,252); }
td.TdClassName
{
border-color: #CB49FC;
}
.TagClassName
{
border-color: #CB49FC;
}
</style>