Shades of Medium Orchid #C334EF
Tints of Medium Orchid #C334EF
RGB
CMYK
RGB Variations
Color information
#C334EF (or 0xC334EF) is known color: Medium Orchid. HEX triplet: C3, 34 and EF. RGB value is (195,52,239). Sum of RGB (Red+Green+Blue) = 195+52+239=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #C334EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334EF is #3CCB10. Grayscale: #737373. Windows color (decimal): -3984145 or 15676611. OLE color: 15676611.
HSL color Cylindrical-coordinate representation of color #C334EF: hue angle of 285.88º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C334EF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 52 | 239 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.06 |
| HSL | 285.88º | 0.85% | 0.57% | - |
| HSV(B) | 285.88º | 0.78% | 0.94% | - |
| XYZ | 39.31 | 20.29 | 83.51 | - |
| YUV | 116.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 239 | 0.18 | 0.78 | 0 | 0.06 | 285.88 | 0.85 | 0.57 |
| Hex | C3 | 34 | EF | 12 | 4E | 0 | 6 | 11E | 55 | 39 |
| Octal | 303 | 64 | 357 | 22 | 116 | 0 | 6 | 436 | 125 | 71 |
| Binary | 11000011 | 110100 | 11101111 | 10010 | 1001110 | 0 | 110 | 100011110 | 1010101 | 111001 |
Color Harmonies of #C334EF
Complementary color
Monochromatic Colors of #C334EF
Black with #C334EF
Text Example
Text Example
White with #C334EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334EF; }
p { color: rgb(195,52,239); }
H1.HeaderClassName
{
color: #C334EF;
}
.AnyTagClassName
{
color: #C334EF;
}
</style>
background-color css
<style>
a { background-color: #C334EF; }
a { background-color: rgb(195,52,239); }
div.DivClassName
{
background-color: #C334EF;
}
.BgClassName
{
background-color: #C334EF;
}
</style>
border-color css
<style>
span { border-color: #C334EF; }
span { border-color: rgb(195,52,239); }
td.TdClassName
{
border-color: #C334EF;
}
.TagClassName
{
border-color: #C334EF;
}
</style>