Shades of Medium Orchid #CB30DC
Tints of Medium Orchid #CB30DC
RGB
CMYK
RGB Variations
Color information
#CB30DC (or 0xCB30DC) is known color: Medium Orchid. HEX triplet: CB, 30 and DC. RGB value is (203,48,220). Sum of RGB (Red+Green+Blue) = 203+48+220=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30DC is #34CF23. Grayscale: #717171. Windows color (decimal): -3460900 or 14430411. OLE color: 14430411.
HSL color Cylindrical-coordinate representation of color #CB30DC: hue angle of 294.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30DC is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 48 | 220 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.14 |
| HSL | 294.07º | 0.71% | 0.53% | - |
| HSV(B) | 294.07º | 0.78% | 0.86% | - |
| XYZ | 38.6 | 19.98 | 69.53 | - |
| YUV | 113.95 | 187.85 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 220 | 0.08 | 0.78 | 0 | 0.14 | 294.07 | 0.71 | 0.53 |
| Hex | CB | 30 | DC | 8 | 4E | 0 | E | 126 | 47 | 35 |
| Octal | 313 | 60 | 334 | 10 | 116 | 0 | 16 | 446 | 107 | 65 |
| Binary | 11001011 | 110000 | 11011100 | 1000 | 1001110 | 0 | 1110 | 100100110 | 1000111 | 110101 |
Color Harmonies of #CB30DC
Complementary color
Monochromatic Colors of #CB30DC
Black with #CB30DC
Text Example
Text Example
White with #CB30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30DC; }
p { color: rgb(203,48,220); }
H1.HeaderClassName
{
color: #CB30DC;
}
.AnyTagClassName
{
color: #CB30DC;
}
</style>
background-color css
<style>
a { background-color: #CB30DC; }
a { background-color: rgb(203,48,220); }
div.DivClassName
{
background-color: #CB30DC;
}
.BgClassName
{
background-color: #CB30DC;
}
</style>
border-color css
<style>
span { border-color: #CB30DC; }
span { border-color: rgb(203,48,220); }
td.TdClassName
{
border-color: #CB30DC;
}
.TagClassName
{
border-color: #CB30DC;
}
</style>