Shades of Medium Orchid #CB30D9
Tints of Medium Orchid #CB30D9
RGB
CMYK
RGB Variations
Color information
#CB30D9 (or 0xCB30D9) is known color: Medium Orchid. HEX triplet: CB, 30 and D9. RGB value is (203,48,217). Sum of RGB (Red+Green+Blue) = 203+48+217=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D9 is #34CF26. Grayscale: #717171. Windows color (decimal): -3460903 or 14233803. OLE color: 14233803.
HSL color Cylindrical-coordinate representation of color #CB30D9: hue angle of 295.03º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30D9 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 48 | 217 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.15 |
| HSL | 295.03º | 0.69% | 0.52% | - |
| HSV(B) | 295.03º | 0.78% | 0.85% | - |
| XYZ | 38.21 | 19.82 | 67.46 | - |
| YUV | 113.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 217 | 0.06 | 0.78 | 0 | 0.15 | 295.03 | 0.69 | 0.52 |
| Hex | CB | 30 | D9 | 6 | 4E | 0 | F | 127 | 45 | 34 |
| Octal | 313 | 60 | 331 | 6 | 116 | 0 | 17 | 447 | 105 | 64 |
| Binary | 11001011 | 110000 | 11011001 | 110 | 1001110 | 0 | 1111 | 100100111 | 1000101 | 110100 |
Color Harmonies of #CB30D9
Complementary color
Monochromatic Colors of #CB30D9
Black with #CB30D9
Text Example
Text Example
White with #CB30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30D9; }
p { color: rgb(203,48,217); }
H1.HeaderClassName
{
color: #CB30D9;
}
.AnyTagClassName
{
color: #CB30D9;
}
</style>
background-color css
<style>
a { background-color: #CB30D9; }
a { background-color: rgb(203,48,217); }
div.DivClassName
{
background-color: #CB30D9;
}
.BgClassName
{
background-color: #CB30D9;
}
</style>
border-color css
<style>
span { border-color: #CB30D9; }
span { border-color: rgb(203,48,217); }
td.TdClassName
{
border-color: #CB30D9;
}
.TagClassName
{
border-color: #CB30D9;
}
</style>