Shades of Medium Orchid #CB47FA
Tints of Medium Orchid #CB47FA
RGB
CMYK
RGB Variations
Color information
#CB47FA (or 0xCB47FA) is known color: Medium Orchid. HEX triplet: CB, 47 and FA. RGB value is (203,71,250). Sum of RGB (Red+Green+Blue) = 203+71+250=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 71 (28.12% from 255 or 13.55% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47FA is #34B805. Grayscale: #828282. Windows color (decimal): -3454982 or 16402379. OLE color: 16402379.
HSL color Cylindrical-coordinate representation of color #CB47FA: hue angle of 284.25º degrees, saturation: 0.95, 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 #CB47FA is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 71 | 250 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.02 |
| HSL | 284.25º | 0.95% | 0.63% | - |
| HSV(B) | 284.25º | 0.72% | 0.98% | - |
| XYZ | 44.14 | 24.11 | 92.77 | - |
| YUV | 130.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 250 | 0.19 | 0.72 | 0 | 0.02 | 284.25 | 0.95 | 0.63 |
| Hex | CB | 47 | FA | 13 | 48 | 0 | 2 | 11C | 5F | 3F |
| Octal | 313 | 107 | 372 | 23 | 110 | 0 | 2 | 434 | 137 | 77 |
| Binary | 11001011 | 1000111 | 11111010 | 10011 | 1001000 | 0 | 10 | 100011100 | 1011111 | 111111 |
Color Harmonies of #CB47FA
Complementary color
Monochromatic Colors of #CB47FA
Black with #CB47FA
Text Example
Text Example
White with #CB47FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47FA; }
p { color: rgb(203,71,250); }
H1.HeaderClassName
{
color: #CB47FA;
}
.AnyTagClassName
{
color: #CB47FA;
}
</style>
background-color css
<style>
a { background-color: #CB47FA; }
a { background-color: rgb(203,71,250); }
div.DivClassName
{
background-color: #CB47FA;
}
.BgClassName
{
background-color: #CB47FA;
}
</style>
border-color css
<style>
span { border-color: #CB47FA; }
span { border-color: rgb(203,71,250); }
td.TdClassName
{
border-color: #CB47FA;
}
.TagClassName
{
border-color: #CB47FA;
}
</style>