Shades of Medium Orchid #C330ED
Tints of Medium Orchid #C330ED
RGB
CMYK
RGB Variations
Color information
#C330ED (or 0xC330ED) is known color: Medium Orchid. HEX triplet: C3, 30 and ED. RGB value is (195,48,237). Sum of RGB (Red+Green+Blue) = 195+48+237=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C330ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330ED is #3CCF12. Grayscale: #707070. Windows color (decimal): -3985171 or 15544515. OLE color: 15544515.
HSL color Cylindrical-coordinate representation of color #C330ED: hue angle of 286.67º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C330ED is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 48 | 237 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.07 |
| HSL | 286.67º | 0.84% | 0.56% | - |
| HSV(B) | 286.67º | 0.8% | 0.93% | - |
| XYZ | 38.85 | 19.83 | 81.9 | - |
| YUV | 113.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 237 | 0.18 | 0.80 | 0 | 0.07 | 286.67 | 0.84 | 0.56 |
| Hex | C3 | 30 | ED | 12 | 50 | 0 | 7 | 11F | 54 | 38 |
| Octal | 303 | 60 | 355 | 22 | 120 | 0 | 7 | 437 | 124 | 70 |
| Binary | 11000011 | 110000 | 11101101 | 10010 | 1010000 | 0 | 111 | 100011111 | 1010100 | 111000 |
Color Harmonies of #C330ED
Complementary color
Monochromatic Colors of #C330ED
Black with #C330ED
Text Example
Text Example
White with #C330ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330ED; }
p { color: rgb(195,48,237); }
H1.HeaderClassName
{
color: #C330ED;
}
.AnyTagClassName
{
color: #C330ED;
}
</style>
background-color css
<style>
a { background-color: #C330ED; }
a { background-color: rgb(195,48,237); }
div.DivClassName
{
background-color: #C330ED;
}
.BgClassName
{
background-color: #C330ED;
}
</style>
border-color css
<style>
span { border-color: #C330ED; }
span { border-color: rgb(195,48,237); }
td.TdClassName
{
border-color: #C330ED;
}
.TagClassName
{
border-color: #C330ED;
}
</style>