Shades of Medium Orchid #C347EA
Tints of Medium Orchid #C347EA
RGB
CMYK
RGB Variations
Color information
#C347EA (or 0xC347EA) is known color: Medium Orchid. HEX triplet: C3, 47 and EA. RGB value is (195,71,234). Sum of RGB (Red+Green+Blue) = 195+71+234=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C347EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347EA is #3CB815. Grayscale: #7E7E7E. Windows color (decimal): -3979286 or 15353795. OLE color: 15353795.
HSL color Cylindrical-coordinate representation of color #C347EA: hue angle of 285.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C347EA is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 71 | 234 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.08 |
| HSL | 285.64º | 0.8% | 0.6% | - |
| HSV(B) | 285.64º | 0.7% | 0.92% | - |
| XYZ | 39.61 | 22.05 | 80.01 | - |
| YUV | 126.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 234 | 0.17 | 0.70 | 0 | 0.08 | 285.64 | 0.8 | 0.6 |
| Hex | C3 | 47 | EA | 11 | 46 | 0 | 8 | 11E | 50 | 3C |
| Octal | 303 | 107 | 352 | 21 | 106 | 0 | 10 | 436 | 120 | 74 |
| Binary | 11000011 | 1000111 | 11101010 | 10001 | 1000110 | 0 | 1000 | 100011110 | 1010000 | 111100 |
Color Harmonies of #C347EA
Complementary color
Monochromatic Colors of #C347EA
Black with #C347EA
Text Example
Text Example
White with #C347EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347EA; }
p { color: rgb(195,71,234); }
H1.HeaderClassName
{
color: #C347EA;
}
.AnyTagClassName
{
color: #C347EA;
}
</style>
background-color css
<style>
a { background-color: #C347EA; }
a { background-color: rgb(195,71,234); }
div.DivClassName
{
background-color: #C347EA;
}
.BgClassName
{
background-color: #C347EA;
}
</style>
border-color css
<style>
span { border-color: #C347EA; }
span { border-color: rgb(195,71,234); }
td.TdClassName
{
border-color: #C347EA;
}
.TagClassName
{
border-color: #C347EA;
}
</style>