Shades of Medium Orchid #C34EEE
Tints of Medium Orchid #C34EEE
RGB
CMYK
RGB Variations
Color information
#C34EEE (or 0xC34EEE) is known color: Medium Orchid. HEX triplet: C3, 4E and EE. RGB value is (195,78,238). Sum of RGB (Red+Green+Blue) = 195+78+238=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C34EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EEE is #3CB111. Grayscale: #828282. Windows color (decimal): -3977490 or 15617731. OLE color: 15617731.
HSL color Cylindrical-coordinate representation of color #C34EEE: hue angle of 283.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34EEE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 78 | 238 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 283.88º | 0.82% | 0.62% | - |
| HSV(B) | 283.88º | 0.67% | 0.93% | - |
| XYZ | 40.66 | 23.22 | 83.23 | - |
| YUV | 131.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 238 | 0.18 | 0.67 | 0 | 0.07 | 283.88 | 0.82 | 0.62 |
| Hex | C3 | 4E | EE | 12 | 43 | 0 | 7 | 11C | 52 | 3E |
| Octal | 303 | 116 | 356 | 22 | 103 | 0 | 7 | 434 | 122 | 76 |
| Binary | 11000011 | 1001110 | 11101110 | 10010 | 1000011 | 0 | 111 | 100011100 | 1010010 | 111110 |
Color Harmonies of #C34EEE
Complementary color
Monochromatic Colors of #C34EEE
Black with #C34EEE
Text Example
Text Example
White with #C34EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EEE; }
p { color: rgb(195,78,238); }
H1.HeaderClassName
{
color: #C34EEE;
}
.AnyTagClassName
{
color: #C34EEE;
}
</style>
background-color css
<style>
a { background-color: #C34EEE; }
a { background-color: rgb(195,78,238); }
div.DivClassName
{
background-color: #C34EEE;
}
.BgClassName
{
background-color: #C34EEE;
}
</style>
border-color css
<style>
span { border-color: #C34EEE; }
span { border-color: rgb(195,78,238); }
td.TdClassName
{
border-color: #C34EEE;
}
.TagClassName
{
border-color: #C34EEE;
}
</style>