Shades of Medium Orchid #C342EF
Tints of Medium Orchid #C342EF
RGB
CMYK
RGB Variations
Color information
#C342EF (or 0xC342EF) is known color: Medium Orchid. HEX triplet: C3, 42 and EF. RGB value is (195,66,239). Sum of RGB (Red+Green+Blue) = 195+66+239=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #C342EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342EF is #3CBD10. Grayscale: #7B7B7B. Windows color (decimal): -3980561 or 15680195. OLE color: 15680195.
HSL color Cylindrical-coordinate representation of color #C342EF: hue angle of 284.74º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C342EF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 66 | 239 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.06 |
| HSL | 284.74º | 0.84% | 0.6% | - |
| HSV(B) | 284.74º | 0.72% | 0.94% | - |
| XYZ | 40.03 | 21.73 | 83.75 | - |
| YUV | 124.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 239 | 0.18 | 0.72 | 0 | 0.06 | 284.74 | 0.84 | 0.6 |
| Hex | C3 | 42 | EF | 12 | 48 | 0 | 6 | 11D | 54 | 3C |
| Octal | 303 | 102 | 357 | 22 | 110 | 0 | 6 | 435 | 124 | 74 |
| Binary | 11000011 | 1000010 | 11101111 | 10010 | 1001000 | 0 | 110 | 100011101 | 1010100 | 111100 |
Color Harmonies of #C342EF
Complementary color
Monochromatic Colors of #C342EF
Black with #C342EF
Text Example
Text Example
White with #C342EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342EF; }
p { color: rgb(195,66,239); }
H1.HeaderClassName
{
color: #C342EF;
}
.AnyTagClassName
{
color: #C342EF;
}
</style>
background-color css
<style>
a { background-color: #C342EF; }
a { background-color: rgb(195,66,239); }
div.DivClassName
{
background-color: #C342EF;
}
.BgClassName
{
background-color: #C342EF;
}
</style>
border-color css
<style>
span { border-color: #C342EF; }
span { border-color: rgb(195,66,239); }
td.TdClassName
{
border-color: #C342EF;
}
.TagClassName
{
border-color: #C342EF;
}
</style>