Shades of Medium Orchid #CB48F2
Tints of Medium Orchid #CB48F2
RGB
CMYK
RGB Variations
Color information
#CB48F2 (or 0xCB48F2) is known color: Medium Orchid. HEX triplet: CB, 48 and F2. RGB value is (203,72,242). Sum of RGB (Red+Green+Blue) = 203+72+242=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48F2 is #34B70D. Grayscale: #828282. Windows color (decimal): -3454734 or 15878347. OLE color: 15878347.
HSL color Cylindrical-coordinate representation of color #CB48F2: hue angle of 286.24º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB48F2 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 72 | 242 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.05 |
| HSL | 286.24º | 0.87% | 0.62% | - |
| HSV(B) | 286.24º | 0.7% | 0.95% | - |
| XYZ | 42.97 | 23.74 | 86.32 | - |
| YUV | 130.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 242 | 0.16 | 0.70 | 0 | 0.05 | 286.24 | 0.87 | 0.62 |
| Hex | CB | 48 | F2 | 10 | 46 | 0 | 5 | 11E | 57 | 3E |
| Octal | 313 | 110 | 362 | 20 | 106 | 0 | 5 | 436 | 127 | 76 |
| Binary | 11001011 | 1001000 | 11110010 | 10000 | 1000110 | 0 | 101 | 100011110 | 1010111 | 111110 |
Color Harmonies of #CB48F2
Complementary color
Monochromatic Colors of #CB48F2
Black with #CB48F2
Text Example
Text Example
White with #CB48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48F2; }
p { color: rgb(203,72,242); }
H1.HeaderClassName
{
color: #CB48F2;
}
.AnyTagClassName
{
color: #CB48F2;
}
</style>
background-color css
<style>
a { background-color: #CB48F2; }
a { background-color: rgb(203,72,242); }
div.DivClassName
{
background-color: #CB48F2;
}
.BgClassName
{
background-color: #CB48F2;
}
</style>
border-color css
<style>
span { border-color: #CB48F2; }
span { border-color: rgb(203,72,242); }
td.TdClassName
{
border-color: #CB48F2;
}
.TagClassName
{
border-color: #CB48F2;
}
</style>