Shades of Medium Orchid #CB48E8
Tints of Medium Orchid #CB48E8
RGB
CMYK
RGB Variations
Color information
#CB48E8 (or 0xCB48E8) is known color: Medium Orchid. HEX triplet: CB, 48 and E8. RGB value is (203,72,232). Sum of RGB (Red+Green+Blue) = 203+72+232=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB48E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48E8 is #34B717. Grayscale: #808080. Windows color (decimal): -3454744 or 15222987. OLE color: 15222987.
HSL color Cylindrical-coordinate representation of color #CB48E8: hue angle of 289.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB48E8 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 72 | 232 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.09 |
| HSL | 289.13º | 0.78% | 0.6% | - |
| HSV(B) | 289.13º | 0.69% | 0.91% | - |
| XYZ | 41.51 | 23.16 | 78.63 | - |
| YUV | 129.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 232 | 0.12 | 0.69 | 0 | 0.09 | 289.13 | 0.78 | 0.6 |
| Hex | CB | 48 | E8 | C | 45 | 0 | 9 | 121 | 4E | 3C |
| Octal | 313 | 110 | 350 | 14 | 105 | 0 | 11 | 441 | 116 | 74 |
| Binary | 11001011 | 1001000 | 11101000 | 1100 | 1000101 | 0 | 1001 | 100100001 | 1001110 | 111100 |
Color Harmonies of #CB48E8
Complementary color
Monochromatic Colors of #CB48E8
Black with #CB48E8
Text Example
Text Example
White with #CB48E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48E8; }
p { color: rgb(203,72,232); }
H1.HeaderClassName
{
color: #CB48E8;
}
.AnyTagClassName
{
color: #CB48E8;
}
</style>
background-color css
<style>
a { background-color: #CB48E8; }
a { background-color: rgb(203,72,232); }
div.DivClassName
{
background-color: #CB48E8;
}
.BgClassName
{
background-color: #CB48E8;
}
</style>
border-color css
<style>
span { border-color: #CB48E8; }
span { border-color: rgb(203,72,232); }
td.TdClassName
{
border-color: #CB48E8;
}
.TagClassName
{
border-color: #CB48E8;
}
</style>