Shades of Medium Orchid #CB47FB
Tints of Medium Orchid #CB47FB
RGB
CMYK
RGB Variations
Color information
#CB47FB (or 0xCB47FB) is known color: Medium Orchid. HEX triplet: CB, 47 and FB. RGB value is (203,71,251). Sum of RGB (Red+Green+Blue) = 203+71+251=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB47FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47FB is #34B804. Grayscale: #828282. Windows color (decimal): -3454981 or 16467915. OLE color: 16467915.
HSL color Cylindrical-coordinate representation of color #CB47FB: hue angle of 284º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB47FB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 71 | 251 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.02 |
| HSL | 284º | 0.96% | 0.63% | - |
| HSV(B) | 284º | 0.72% | 0.98% | - |
| XYZ | 44.29 | 24.17 | 93.6 | - |
| YUV | 130.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 251 | 0.19 | 0.72 | 0 | 0.02 | 284 | 0.96 | 0.63 |
| Hex | CB | 47 | FB | 13 | 48 | 0 | 2 | 11C | 60 | 3F |
| Octal | 313 | 107 | 373 | 23 | 110 | 0 | 2 | 434 | 140 | 77 |
| Binary | 11001011 | 1000111 | 11111011 | 10011 | 1001000 | 0 | 10 | 100011100 | 1100000 | 111111 |
Color Harmonies of #CB47FB
Complementary color
Monochromatic Colors of #CB47FB
Black with #CB47FB
Text Example
Text Example
White with #CB47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47FB; }
p { color: rgb(203,71,251); }
H1.HeaderClassName
{
color: #CB47FB;
}
.AnyTagClassName
{
color: #CB47FB;
}
</style>
background-color css
<style>
a { background-color: #CB47FB; }
a { background-color: rgb(203,71,251); }
div.DivClassName
{
background-color: #CB47FB;
}
.BgClassName
{
background-color: #CB47FB;
}
</style>
border-color css
<style>
span { border-color: #CB47FB; }
span { border-color: rgb(203,71,251); }
td.TdClassName
{
border-color: #CB47FB;
}
.TagClassName
{
border-color: #CB47FB;
}
</style>