Shades of Medium Orchid #C34EF8
Tints of Medium Orchid #C34EF8
RGB
CMYK
RGB Variations
Color information
#C34EF8 (or 0xC34EF8) is known color: Medium Orchid. HEX triplet: C3, 4E and F8. RGB value is (195,78,248). Sum of RGB (Red+Green+Blue) = 195+78+248=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #C34EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EF8 is #3CB107. Grayscale: #838383. Windows color (decimal): -3977480 or 16273091. OLE color: 16273091.
HSL color Cylindrical-coordinate representation of color #C34EF8: hue angle of 281.29º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34EF8 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 78 | 248 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.03 |
| HSL | 281.29º | 0.92% | 0.64% | - |
| HSV(B) | 281.29º | 0.69% | 0.97% | - |
| XYZ | 42.17 | 23.83 | 91.18 | - |
| YUV | 132.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 248 | 0.21 | 0.69 | 0 | 0.03 | 281.29 | 0.92 | 0.64 |
| Hex | C3 | 4E | F8 | 15 | 45 | 0 | 3 | 119 | 5C | 40 |
| Octal | 303 | 116 | 370 | 25 | 105 | 0 | 3 | 431 | 134 | 100 |
| Binary | 11000011 | 1001110 | 11111000 | 10101 | 1000101 | 0 | 11 | 100011001 | 1011100 | 1000000 |
Color Harmonies of #C34EF8
Complementary color
Monochromatic Colors of #C34EF8
Black with #C34EF8
Text Example
Text Example
White with #C34EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EF8; }
p { color: rgb(195,78,248); }
H1.HeaderClassName
{
color: #C34EF8;
}
.AnyTagClassName
{
color: #C34EF8;
}
</style>
background-color css
<style>
a { background-color: #C34EF8; }
a { background-color: rgb(195,78,248); }
div.DivClassName
{
background-color: #C34EF8;
}
.BgClassName
{
background-color: #C34EF8;
}
</style>
border-color css
<style>
span { border-color: #C34EF8; }
span { border-color: rgb(195,78,248); }
td.TdClassName
{
border-color: #C34EF8;
}
.TagClassName
{
border-color: #C34EF8;
}
</style>