Shades of Medium Orchid #CB30DA
Tints of Medium Orchid #CB30DA
RGB
CMYK
RGB Variations
Color information
#CB30DA (or 0xCB30DA) is known color: Medium Orchid. HEX triplet: CB, 30 and DA. RGB value is (203,48,218). Sum of RGB (Red+Green+Blue) = 203+48+218=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30DA is #34CF25. Grayscale: #717171. Windows color (decimal): -3460902 or 14299339. OLE color: 14299339.
HSL color Cylindrical-coordinate representation of color #CB30DA: hue angle of 294.71º degrees, saturation: 0.7, 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 #CB30DA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 48 | 218 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.15 |
| HSL | 294.71º | 0.7% | 0.52% | - |
| HSV(B) | 294.71º | 0.78% | 0.85% | - |
| XYZ | 38.34 | 19.87 | 68.14 | - |
| YUV | 113.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 218 | 0.07 | 0.78 | 0 | 0.15 | 294.71 | 0.7 | 0.52 |
| Hex | CB | 30 | DA | 7 | 4E | 0 | F | 127 | 46 | 34 |
| Octal | 313 | 60 | 332 | 7 | 116 | 0 | 17 | 447 | 106 | 64 |
| Binary | 11001011 | 110000 | 11011010 | 111 | 1001110 | 0 | 1111 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CB30DA
Complementary color
Monochromatic Colors of #CB30DA
Black with #CB30DA
Text Example
Text Example
White with #CB30DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30DA; }
p { color: rgb(203,48,218); }
H1.HeaderClassName
{
color: #CB30DA;
}
.AnyTagClassName
{
color: #CB30DA;
}
</style>
background-color css
<style>
a { background-color: #CB30DA; }
a { background-color: rgb(203,48,218); }
div.DivClassName
{
background-color: #CB30DA;
}
.BgClassName
{
background-color: #CB30DA;
}
</style>
border-color css
<style>
span { border-color: #CB30DA; }
span { border-color: rgb(203,48,218); }
td.TdClassName
{
border-color: #CB30DA;
}
.TagClassName
{
border-color: #CB30DA;
}
</style>