Shades of Medium Orchid #C330DE
Tints of Medium Orchid #C330DE
RGB
CMYK
RGB Variations
Color information
#C330DE (or 0xC330DE) is known color: Medium Orchid. HEX triplet: C3, 30 and DE. RGB value is (195,48,222). Sum of RGB (Red+Green+Blue) = 195+48+222=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #C330DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330DE is #3CCF21. Grayscale: #6F6F6F. Windows color (decimal): -3985186 or 14561475. OLE color: 14561475.
HSL color Cylindrical-coordinate representation of color #C330DE: hue angle of 290.69º 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 #C330DE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 48 | 222 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.13 |
| HSL | 290.69º | 0.73% | 0.53% | - |
| HSV(B) | 290.69º | 0.78% | 0.87% | - |
| XYZ | 36.75 | 18.99 | 70.84 | - |
| YUV | 111.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 222 | 0.12 | 0.78 | 0 | 0.13 | 290.69 | 0.73 | 0.53 |
| Hex | C3 | 30 | DE | C | 4E | 0 | D | 123 | 48 | 35 |
| Octal | 303 | 60 | 336 | 14 | 116 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000011 | 110000 | 11011110 | 1100 | 1001110 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C330DE
Complementary color
Monochromatic Colors of #C330DE
Black with #C330DE
Text Example
Text Example
White with #C330DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330DE; }
p { color: rgb(195,48,222); }
H1.HeaderClassName
{
color: #C330DE;
}
.AnyTagClassName
{
color: #C330DE;
}
</style>
background-color css
<style>
a { background-color: #C330DE; }
a { background-color: rgb(195,48,222); }
div.DivClassName
{
background-color: #C330DE;
}
.BgClassName
{
background-color: #C330DE;
}
</style>
border-color css
<style>
span { border-color: #C330DE; }
span { border-color: rgb(195,48,222); }
td.TdClassName
{
border-color: #C330DE;
}
.TagClassName
{
border-color: #C330DE;
}
</style>