Shades of Medium Orchid #C342EA
Tints of Medium Orchid #C342EA
RGB
CMYK
RGB Variations
Color information
#C342EA (or 0xC342EA) is known color: Medium Orchid. HEX triplet: C3, 42 and EA. RGB value is (195,66,234). Sum of RGB (Red+Green+Blue) = 195+66+234=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C342EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342EA is #3CBD15. Grayscale: #7B7B7B. Windows color (decimal): -3980566 or 15352515. OLE color: 15352515.
HSL color Cylindrical-coordinate representation of color #C342EA: hue angle of 286.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C342EA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 66 | 234 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.08 |
| HSL | 286.07º | 0.8% | 0.59% | - |
| HSV(B) | 286.07º | 0.72% | 0.92% | - |
| XYZ | 39.31 | 21.44 | 79.91 | - |
| YUV | 123.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 234 | 0.17 | 0.72 | 0 | 0.08 | 286.07 | 0.8 | 0.59 |
| Hex | C3 | 42 | EA | 11 | 48 | 0 | 8 | 11E | 50 | 3B |
| Octal | 303 | 102 | 352 | 21 | 110 | 0 | 10 | 436 | 120 | 73 |
| Binary | 11000011 | 1000010 | 11101010 | 10001 | 1001000 | 0 | 1000 | 100011110 | 1010000 | 111011 |
Color Harmonies of #C342EA
Complementary color
Monochromatic Colors of #C342EA
Black with #C342EA
Text Example
Text Example
White with #C342EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342EA; }
p { color: rgb(195,66,234); }
H1.HeaderClassName
{
color: #C342EA;
}
.AnyTagClassName
{
color: #C342EA;
}
</style>
background-color css
<style>
a { background-color: #C342EA; }
a { background-color: rgb(195,66,234); }
div.DivClassName
{
background-color: #C342EA;
}
.BgClassName
{
background-color: #C342EA;
}
</style>
border-color css
<style>
span { border-color: #C342EA; }
span { border-color: rgb(195,66,234); }
td.TdClassName
{
border-color: #C342EA;
}
.TagClassName
{
border-color: #C342EA;
}
</style>