Shades of Medium Orchid #C34EF9
Tints of Medium Orchid #C34EF9
RGB
CMYK
RGB Variations
Color information
#C34EF9 (or 0xC34EF9) is known color: Medium Orchid. HEX triplet: C3, 4E and F9. RGB value is (195,78,249). Sum of RGB (Red+Green+Blue) = 195+78+249=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #C34EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EF9 is #3CB106. Grayscale: #838383. Windows color (decimal): -3977479 or 16338627. OLE color: 16338627.
HSL color Cylindrical-coordinate representation of color #C34EF9: hue angle of 281.05º degrees, saturation: 0.93, 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 #C34EF9 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 78 | 249 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 281.05º | 0.93% | 0.64% | - |
| HSV(B) | 281.05º | 0.69% | 0.98% | - |
| XYZ | 42.33 | 23.89 | 92 | - |
| YUV | 132.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 249 | 0.22 | 0.69 | 0 | 0.02 | 281.05 | 0.93 | 0.64 |
| Hex | C3 | 4E | F9 | 16 | 45 | 0 | 2 | 119 | 5D | 40 |
| Octal | 303 | 116 | 371 | 26 | 105 | 0 | 2 | 431 | 135 | 100 |
| Binary | 11000011 | 1001110 | 11111001 | 10110 | 1000101 | 0 | 10 | 100011001 | 1011101 | 1000000 |
Color Harmonies of #C34EF9
Complementary color
Monochromatic Colors of #C34EF9
Black with #C34EF9
Text Example
Text Example
White with #C34EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EF9; }
p { color: rgb(195,78,249); }
H1.HeaderClassName
{
color: #C34EF9;
}
.AnyTagClassName
{
color: #C34EF9;
}
</style>
background-color css
<style>
a { background-color: #C34EF9; }
a { background-color: rgb(195,78,249); }
div.DivClassName
{
background-color: #C34EF9;
}
.BgClassName
{
background-color: #C34EF9;
}
</style>
border-color css
<style>
span { border-color: #C34EF9; }
span { border-color: rgb(195,78,249); }
td.TdClassName
{
border-color: #C34EF9;
}
.TagClassName
{
border-color: #C34EF9;
}
</style>