Shades of Medium Orchid #C342EE
Tints of Medium Orchid #C342EE
RGB
CMYK
RGB Variations
Color information
#C342EE (or 0xC342EE) is known color: Medium Orchid. HEX triplet: C3, 42 and EE. RGB value is (195,66,238). Sum of RGB (Red+Green+Blue) = 195+66+238=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #C342EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342EE is #3CBD11. Grayscale: #7B7B7B. Windows color (decimal): -3980562 or 15614659. OLE color: 15614659.
HSL color Cylindrical-coordinate representation of color #C342EE: hue angle of 285º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C342EE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 66 | 238 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.07 |
| HSL | 285º | 0.83% | 0.6% | - |
| HSV(B) | 285º | 0.72% | 0.93% | - |
| XYZ | 39.89 | 21.67 | 82.97 | - |
| YUV | 124.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 238 | 0.18 | 0.72 | 0 | 0.07 | 285 | 0.83 | 0.6 |
| Hex | C3 | 42 | EE | 12 | 48 | 0 | 7 | 11D | 53 | 3C |
| Octal | 303 | 102 | 356 | 22 | 110 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000011 | 1000010 | 11101110 | 10010 | 1001000 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C342EE
Complementary color
Monochromatic Colors of #C342EE
Black with #C342EE
Text Example
Text Example
White with #C342EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342EE; }
p { color: rgb(195,66,238); }
H1.HeaderClassName
{
color: #C342EE;
}
.AnyTagClassName
{
color: #C342EE;
}
</style>
background-color css
<style>
a { background-color: #C342EE; }
a { background-color: rgb(195,66,238); }
div.DivClassName
{
background-color: #C342EE;
}
.BgClassName
{
background-color: #C342EE;
}
</style>
border-color css
<style>
span { border-color: #C342EE; }
span { border-color: rgb(195,66,238); }
td.TdClassName
{
border-color: #C342EE;
}
.TagClassName
{
border-color: #C342EE;
}
</style>