Shades of Medium Orchid #CB48DF
Tints of Medium Orchid #CB48DF
RGB
CMYK
RGB Variations
Color information
#CB48DF (or 0xCB48DF) is known color: Medium Orchid. HEX triplet: CB, 48 and DF. RGB value is (203,72,223). Sum of RGB (Red+Green+Blue) = 203+72+223=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48DF is #34B720. Grayscale: #7F7F7F. Windows color (decimal): -3454753 or 14633163. OLE color: 14633163.
HSL color Cylindrical-coordinate representation of color #CB48DF: hue angle of 292.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB48DF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 72 | 223 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.13 |
| HSL | 292.05º | 0.7% | 0.58% | - |
| HSV(B) | 292.05º | 0.68% | 0.87% | - |
| XYZ | 40.27 | 22.66 | 72.06 | - |
| YUV | 128.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 223 | 0.09 | 0.68 | 0 | 0.13 | 292.05 | 0.7 | 0.58 |
| Hex | CB | 48 | DF | 9 | 44 | 0 | D | 124 | 46 | 3A |
| Octal | 313 | 110 | 337 | 11 | 104 | 0 | 15 | 444 | 106 | 72 |
| Binary | 11001011 | 1001000 | 11011111 | 1001 | 1000100 | 0 | 1101 | 100100100 | 1000110 | 111010 |
Color Harmonies of #CB48DF
Complementary color
Monochromatic Colors of #CB48DF
Black with #CB48DF
Text Example
Text Example
White with #CB48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48DF; }
p { color: rgb(203,72,223); }
H1.HeaderClassName
{
color: #CB48DF;
}
.AnyTagClassName
{
color: #CB48DF;
}
</style>
background-color css
<style>
a { background-color: #CB48DF; }
a { background-color: rgb(203,72,223); }
div.DivClassName
{
background-color: #CB48DF;
}
.BgClassName
{
background-color: #CB48DF;
}
</style>
border-color css
<style>
span { border-color: #CB48DF; }
span { border-color: rgb(203,72,223); }
td.TdClassName
{
border-color: #CB48DF;
}
.TagClassName
{
border-color: #CB48DF;
}
</style>