Shades of Medium Orchid #CB49FB
Tints of Medium Orchid #CB49FB
RGB
CMYK
RGB Variations
Color information
#CB49FB (or 0xCB49FB) is known color: Medium Orchid. HEX triplet: CB, 49 and FB. RGB value is (203,73,251). Sum of RGB (Red+Green+Blue) = 203+73+251=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49FB is #34B604. Grayscale: #838383. Windows color (decimal): -3454469 or 16468427. OLE color: 16468427.
HSL color Cylindrical-coordinate representation of color #CB49FB: hue angle of 283.82º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB49FB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 73 | 251 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.02 |
| HSL | 283.82º | 0.96% | 0.64% | - |
| HSV(B) | 283.82º | 0.71% | 0.98% | - |
| XYZ | 44.42 | 24.43 | 93.64 | - |
| YUV | 132.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 251 | 0.19 | 0.71 | 0 | 0.02 | 283.82 | 0.96 | 0.64 |
| Hex | CB | 49 | FB | 13 | 47 | 0 | 2 | 11C | 60 | 40 |
| Octal | 313 | 111 | 373 | 23 | 107 | 0 | 2 | 434 | 140 | 100 |
| Binary | 11001011 | 1001001 | 11111011 | 10011 | 1000111 | 0 | 10 | 100011100 | 1100000 | 1000000 |
Color Harmonies of #CB49FB
Complementary color
Monochromatic Colors of #CB49FB
Black with #CB49FB
Text Example
Text Example
White with #CB49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49FB; }
p { color: rgb(203,73,251); }
H1.HeaderClassName
{
color: #CB49FB;
}
.AnyTagClassName
{
color: #CB49FB;
}
</style>
background-color css
<style>
a { background-color: #CB49FB; }
a { background-color: rgb(203,73,251); }
div.DivClassName
{
background-color: #CB49FB;
}
.BgClassName
{
background-color: #CB49FB;
}
</style>
border-color css
<style>
span { border-color: #CB49FB; }
span { border-color: rgb(203,73,251); }
td.TdClassName
{
border-color: #CB49FB;
}
.TagClassName
{
border-color: #CB49FB;
}
</style>