Shades of Medium Orchid #C332EA
Tints of Medium Orchid #C332EA
RGB
CMYK
RGB Variations
Color information
#C332EA (or 0xC332EA) is known color: Medium Orchid. HEX triplet: C3, 32 and EA. RGB value is (195,50,234). Sum of RGB (Red+Green+Blue) = 195+50+234=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #C332EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332EA is #3CCD15. Grayscale: #717171. Windows color (decimal): -3984662 or 15348419. OLE color: 15348419.
HSL color Cylindrical-coordinate representation of color #C332EA: hue angle of 287.28º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C332EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 50 | 234 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.08 |
| HSL | 287.28º | 0.81% | 0.56% | - |
| HSV(B) | 287.28º | 0.79% | 0.92% | - |
| XYZ | 38.5 | 19.82 | 79.64 | - |
| YUV | 114.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 234 | 0.17 | 0.79 | 0 | 0.08 | 287.28 | 0.81 | 0.56 |
| Hex | C3 | 32 | EA | 11 | 4F | 0 | 8 | 11F | 51 | 38 |
| Octal | 303 | 62 | 352 | 21 | 117 | 0 | 10 | 437 | 121 | 70 |
| Binary | 11000011 | 110010 | 11101010 | 10001 | 1001111 | 0 | 1000 | 100011111 | 1010001 | 111000 |
Color Harmonies of #C332EA
Complementary color
Monochromatic Colors of #C332EA
Black with #C332EA
Text Example
Text Example
White with #C332EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332EA; }
p { color: rgb(195,50,234); }
H1.HeaderClassName
{
color: #C332EA;
}
.AnyTagClassName
{
color: #C332EA;
}
</style>
background-color css
<style>
a { background-color: #C332EA; }
a { background-color: rgb(195,50,234); }
div.DivClassName
{
background-color: #C332EA;
}
.BgClassName
{
background-color: #C332EA;
}
</style>
border-color css
<style>
span { border-color: #C332EA; }
span { border-color: rgb(195,50,234); }
td.TdClassName
{
border-color: #C332EA;
}
.TagClassName
{
border-color: #C332EA;
}
</style>