Shades of Medium Orchid #C34FF4
Tints of Medium Orchid #C34FF4
RGB
CMYK
RGB Variations
Color information
#C34FF4 (or 0xC34FF4) is known color: Medium Orchid. HEX triplet: C3, 4F and F4. RGB value is (195,79,244). Sum of RGB (Red+Green+Blue) = 195+79+244=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #C34FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FF4 is #3CB00B. Grayscale: #838383. Windows color (decimal): -3977228 or 16011203. OLE color: 16011203.
HSL color Cylindrical-coordinate representation of color #C34FF4: hue angle of 282.18º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34FF4 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 79 | 244 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.04 |
| HSL | 282.18º | 0.88% | 0.63% | - |
| HSV(B) | 282.18º | 0.68% | 0.96% | - |
| XYZ | 41.63 | 23.73 | 87.97 | - |
| YUV | 132.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 244 | 0.20 | 0.68 | 0 | 0.04 | 282.18 | 0.88 | 0.63 |
| Hex | C3 | 4F | F4 | 14 | 44 | 0 | 4 | 11A | 58 | 3F |
| Octal | 303 | 117 | 364 | 24 | 104 | 0 | 4 | 432 | 130 | 77 |
| Binary | 11000011 | 1001111 | 11110100 | 10100 | 1000100 | 0 | 100 | 100011010 | 1011000 | 111111 |
Color Harmonies of #C34FF4
Complementary color
Monochromatic Colors of #C34FF4
Black with #C34FF4
Text Example
Text Example
White with #C34FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FF4; }
p { color: rgb(195,79,244); }
H1.HeaderClassName
{
color: #C34FF4;
}
.AnyTagClassName
{
color: #C34FF4;
}
</style>
background-color css
<style>
a { background-color: #C34FF4; }
a { background-color: rgb(195,79,244); }
div.DivClassName
{
background-color: #C34FF4;
}
.BgClassName
{
background-color: #C34FF4;
}
</style>
border-color css
<style>
span { border-color: #C34FF4; }
span { border-color: rgb(195,79,244); }
td.TdClassName
{
border-color: #C34FF4;
}
.TagClassName
{
border-color: #C34FF4;
}
</style>