Shades of Medium Orchid #CB30DB
Tints of Medium Orchid #CB30DB
RGB
CMYK
RGB Variations
Color information
#CB30DB (or 0xCB30DB) is known color: Medium Orchid. HEX triplet: CB, 30 and DB. RGB value is (203,48,219). Sum of RGB (Red+Green+Blue) = 203+48+219=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30DB is #34CF24. Grayscale: #717171. Windows color (decimal): -3460901 or 14364875. OLE color: 14364875.
HSL color Cylindrical-coordinate representation of color #CB30DB: hue angle of 294.39º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30DB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 48 | 219 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.14 |
| HSL | 294.39º | 0.7% | 0.52% | - |
| HSV(B) | 294.39º | 0.78% | 0.86% | - |
| XYZ | 38.47 | 19.92 | 68.84 | - |
| YUV | 113.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 219 | 0.07 | 0.78 | 0 | 0.14 | 294.39 | 0.7 | 0.52 |
| Hex | CB | 30 | DB | 7 | 4E | 0 | E | 126 | 46 | 34 |
| Octal | 313 | 60 | 333 | 7 | 116 | 0 | 16 | 446 | 106 | 64 |
| Binary | 11001011 | 110000 | 11011011 | 111 | 1001110 | 0 | 1110 | 100100110 | 1000110 | 110100 |
Color Harmonies of #CB30DB
Complementary color
Monochromatic Colors of #CB30DB
Black with #CB30DB
Text Example
Text Example
White with #CB30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30DB; }
p { color: rgb(203,48,219); }
H1.HeaderClassName
{
color: #CB30DB;
}
.AnyTagClassName
{
color: #CB30DB;
}
</style>
background-color css
<style>
a { background-color: #CB30DB; }
a { background-color: rgb(203,48,219); }
div.DivClassName
{
background-color: #CB30DB;
}
.BgClassName
{
background-color: #CB30DB;
}
</style>
border-color css
<style>
span { border-color: #CB30DB; }
span { border-color: rgb(203,48,219); }
td.TdClassName
{
border-color: #CB30DB;
}
.TagClassName
{
border-color: #CB30DB;
}
</style>