Shades of Medium Orchid #C34FEF
Tints of Medium Orchid #C34FEF
RGB
CMYK
RGB Variations
Color information
#C34FEF (or 0xC34FEF) is known color: Medium Orchid. HEX triplet: C3, 4F and EF. RGB value is (195,79,239). Sum of RGB (Red+Green+Blue) = 195+79+239=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C34FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FEF is #3CB010. Grayscale: #838383. Windows color (decimal): -3977233 or 15683523. OLE color: 15683523.
HSL color Cylindrical-coordinate representation of color #C34FEF: hue angle of 283.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34FEF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 79 | 239 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 283.5º | 0.83% | 0.62% | - |
| HSV(B) | 283.5º | 0.67% | 0.94% | - |
| XYZ | 40.88 | 23.43 | 84.03 | - |
| YUV | 131.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 239 | 0.18 | 0.67 | 0 | 0.06 | 283.5 | 0.83 | 0.62 |
| Hex | C3 | 4F | EF | 12 | 43 | 0 | 6 | 11C | 53 | 3E |
| Octal | 303 | 117 | 357 | 22 | 103 | 0 | 6 | 434 | 123 | 76 |
| Binary | 11000011 | 1001111 | 11101111 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010011 | 111110 |
Color Harmonies of #C34FEF
Complementary color
Monochromatic Colors of #C34FEF
Black with #C34FEF
Text Example
Text Example
White with #C34FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FEF; }
p { color: rgb(195,79,239); }
H1.HeaderClassName
{
color: #C34FEF;
}
.AnyTagClassName
{
color: #C34FEF;
}
</style>
background-color css
<style>
a { background-color: #C34FEF; }
a { background-color: rgb(195,79,239); }
div.DivClassName
{
background-color: #C34FEF;
}
.BgClassName
{
background-color: #C34FEF;
}
</style>
border-color css
<style>
span { border-color: #C34FEF; }
span { border-color: rgb(195,79,239); }
td.TdClassName
{
border-color: #C34FEF;
}
.TagClassName
{
border-color: #C34FEF;
}
</style>