Shades of Medium Orchid #C34EFA
Tints of Medium Orchid #C34EFA
RGB
CMYK
RGB Variations
Color information
#C34EFA (or 0xC34EFA) is known color: Medium Orchid. HEX triplet: C3, 4E and FA. RGB value is (195,78,250). Sum of RGB (Red+Green+Blue) = 195+78+250=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C34EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EFA is #3CB105. Grayscale: #848484. Windows color (decimal): -3977478 or 16404163. OLE color: 16404163.
HSL color Cylindrical-coordinate representation of color #C34EFA: hue angle of 280.81º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34EFA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 78 | 250 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 280.81º | 0.95% | 0.64% | - |
| HSV(B) | 280.81º | 0.69% | 0.98% | - |
| XYZ | 42.49 | 23.95 | 92.83 | - |
| YUV | 132.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 250 | 0.22 | 0.69 | 0 | 0.02 | 280.81 | 0.95 | 0.64 |
| Hex | C3 | 4E | FA | 16 | 45 | 0 | 2 | 119 | 5F | 40 |
| Octal | 303 | 116 | 372 | 26 | 105 | 0 | 2 | 431 | 137 | 100 |
| Binary | 11000011 | 1001110 | 11111010 | 10110 | 1000101 | 0 | 10 | 100011001 | 1011111 | 1000000 |
Color Harmonies of #C34EFA
Complementary color
Monochromatic Colors of #C34EFA
Black with #C34EFA
Text Example
Text Example
White with #C34EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EFA; }
p { color: rgb(195,78,250); }
H1.HeaderClassName
{
color: #C34EFA;
}
.AnyTagClassName
{
color: #C34EFA;
}
</style>
background-color css
<style>
a { background-color: #C34EFA; }
a { background-color: rgb(195,78,250); }
div.DivClassName
{
background-color: #C34EFA;
}
.BgClassName
{
background-color: #C34EFA;
}
</style>
border-color css
<style>
span { border-color: #C34EFA; }
span { border-color: rgb(195,78,250); }
td.TdClassName
{
border-color: #C34EFA;
}
.TagClassName
{
border-color: #C34EFA;
}
</style>