Shades of Medium Orchid #CB30D6
Tints of Medium Orchid #CB30D6
RGB
CMYK
RGB Variations
Color information
#CB30D6 (or 0xCB30D6) is known color: Medium Orchid. HEX triplet: CB, 30 and D6. RGB value is (203,48,214). Sum of RGB (Red+Green+Blue) = 203+48+214=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB30D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D6 is #34CF29. Grayscale: #707070. Windows color (decimal): -3460906 or 14037195. OLE color: 14037195.
HSL color Cylindrical-coordinate representation of color #CB30D6: hue angle of 296.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30D6 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 48 | 214 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.16 |
| HSL | 296.02º | 0.67% | 0.51% | - |
| HSV(B) | 296.02º | 0.78% | 0.84% | - |
| XYZ | 37.82 | 19.67 | 65.42 | - |
| YUV | 113.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 214 | 0.05 | 0.78 | 0 | 0.16 | 296.02 | 0.67 | 0.51 |
| Hex | CB | 30 | D6 | 5 | 4E | 0 | 10 | 128 | 43 | 33 |
| Octal | 313 | 60 | 326 | 5 | 116 | 0 | 20 | 450 | 103 | 63 |
| Binary | 11001011 | 110000 | 11010110 | 101 | 1001110 | 0 | 10000 | 100101000 | 1000011 | 110011 |
Color Harmonies of #CB30D6
Complementary color
Monochromatic Colors of #CB30D6
Black with #CB30D6
Text Example
Text Example
White with #CB30D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30D6; }
p { color: rgb(203,48,214); }
H1.HeaderClassName
{
color: #CB30D6;
}
.AnyTagClassName
{
color: #CB30D6;
}
</style>
background-color css
<style>
a { background-color: #CB30D6; }
a { background-color: rgb(203,48,214); }
div.DivClassName
{
background-color: #CB30D6;
}
.BgClassName
{
background-color: #CB30D6;
}
</style>
border-color css
<style>
span { border-color: #CB30D6; }
span { border-color: rgb(203,48,214); }
td.TdClassName
{
border-color: #CB30D6;
}
.TagClassName
{
border-color: #CB30D6;
}
</style>