Shades of Medium Orchid #C34DFE
Tints of Medium Orchid #C34DFE
RGB
CMYK
RGB Variations
Color information
#C34DFE (or 0xC34DFE) is known color: Medium Orchid. HEX triplet: C3, 4D and FE. RGB value is (195,77,254). Sum of RGB (Red+Green+Blue) = 195+77+254=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C34DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DFE is #3CB201. Grayscale: #838383. Windows color (decimal): -3977730 or 16666051. OLE color: 16666051.
HSL color Cylindrical-coordinate representation of color #C34DFE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34DFE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 77 | 254 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.65% | - |
| HSV(B) | 280º | 0.7% | 1% | - |
| XYZ | 43.05 | 24.07 | 96.14 | - |
| YUV | 132.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 254 | 0.23 | 0.70 | 0 | 0.00 | 280 | 0.99 | 0.65 |
| Hex | C3 | 4D | FE | 17 | 46 | 0 | 0 | 118 | 63 | 41 |
| Octal | 303 | 115 | 376 | 27 | 106 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000011 | 1001101 | 11111110 | 10111 | 1000110 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C34DFE
Complementary color
Monochromatic Colors of #C34DFE
Black with #C34DFE
Text Example
Text Example
White with #C34DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DFE; }
p { color: rgb(195,77,254); }
H1.HeaderClassName
{
color: #C34DFE;
}
.AnyTagClassName
{
color: #C34DFE;
}
</style>
background-color css
<style>
a { background-color: #C34DFE; }
a { background-color: rgb(195,77,254); }
div.DivClassName
{
background-color: #C34DFE;
}
.BgClassName
{
background-color: #C34DFE;
}
</style>
border-color css
<style>
span { border-color: #C34DFE; }
span { border-color: rgb(195,77,254); }
td.TdClassName
{
border-color: #C34DFE;
}
.TagClassName
{
border-color: #C34DFE;
}
</style>