Shades of Medium Orchid #CB47FD
Tints of Medium Orchid #CB47FD
RGB
CMYK
RGB Variations
Color information
#CB47FD (or 0xCB47FD) is known color: Medium Orchid. HEX triplet: CB, 47 and FD. RGB value is (203,71,253). Sum of RGB (Red+Green+Blue) = 203+71+253=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB47FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47FD is #34B802. Grayscale: #828282. Windows color (decimal): -3454979 or 16598987. OLE color: 16598987.
HSL color Cylindrical-coordinate representation of color #CB47FD: hue angle of 283.52º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB47FD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 71 | 253 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.01 |
| HSL | 283.52º | 0.98% | 0.64% | - |
| HSV(B) | 283.52º | 0.72% | 0.99% | - |
| XYZ | 44.61 | 24.29 | 95.27 | - |
| YUV | 131.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 253 | 0.20 | 0.72 | 0 | 0.01 | 283.52 | 0.98 | 0.64 |
| Hex | CB | 47 | FD | 14 | 48 | 0 | 1 | 11C | 62 | 40 |
| Octal | 313 | 107 | 375 | 24 | 110 | 0 | 1 | 434 | 142 | 100 |
| Binary | 11001011 | 1000111 | 11111101 | 10100 | 1001000 | 0 | 1 | 100011100 | 1100010 | 1000000 |
Color Harmonies of #CB47FD
Complementary color
Monochromatic Colors of #CB47FD
Black with #CB47FD
Text Example
Text Example
White with #CB47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47FD; }
p { color: rgb(203,71,253); }
H1.HeaderClassName
{
color: #CB47FD;
}
.AnyTagClassName
{
color: #CB47FD;
}
</style>
background-color css
<style>
a { background-color: #CB47FD; }
a { background-color: rgb(203,71,253); }
div.DivClassName
{
background-color: #CB47FD;
}
.BgClassName
{
background-color: #CB47FD;
}
</style>
border-color css
<style>
span { border-color: #CB47FD; }
span { border-color: rgb(203,71,253); }
td.TdClassName
{
border-color: #CB47FD;
}
.TagClassName
{
border-color: #CB47FD;
}
</style>