Shades of Medium Orchid #CB30DF
Tints of Medium Orchid #CB30DF
RGB
CMYK
RGB Variations
Color information
#CB30DF (or 0xCB30DF) is known color: Medium Orchid. HEX triplet: CB, 30 and DF. RGB value is (203,48,223). Sum of RGB (Red+Green+Blue) = 203+48+223=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30DF is #34CF20. Grayscale: #717171. Windows color (decimal): -3460897 or 14627019. OLE color: 14627019.
HSL color Cylindrical-coordinate representation of color #CB30DF: hue angle of 293.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30DF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 48 | 223 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.13 |
| HSL | 293.14º | 0.73% | 0.53% | - |
| HSV(B) | 293.14º | 0.78% | 0.87% | - |
| XYZ | 39 | 20.14 | 71.64 | - |
| YUV | 114.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 223 | 0.09 | 0.78 | 0 | 0.13 | 293.14 | 0.73 | 0.53 |
| Hex | CB | 30 | DF | 9 | 4E | 0 | D | 125 | 49 | 35 |
| Octal | 313 | 60 | 337 | 11 | 116 | 0 | 15 | 445 | 111 | 65 |
| Binary | 11001011 | 110000 | 11011111 | 1001 | 1001110 | 0 | 1101 | 100100101 | 1001001 | 110101 |
Color Harmonies of #CB30DF
Complementary color
Monochromatic Colors of #CB30DF
Black with #CB30DF
Text Example
Text Example
White with #CB30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30DF; }
p { color: rgb(203,48,223); }
H1.HeaderClassName
{
color: #CB30DF;
}
.AnyTagClassName
{
color: #CB30DF;
}
</style>
background-color css
<style>
a { background-color: #CB30DF; }
a { background-color: rgb(203,48,223); }
div.DivClassName
{
background-color: #CB30DF;
}
.BgClassName
{
background-color: #CB30DF;
}
</style>
border-color css
<style>
span { border-color: #CB30DF; }
span { border-color: rgb(203,48,223); }
td.TdClassName
{
border-color: #CB30DF;
}
.TagClassName
{
border-color: #CB30DF;
}
</style>