Shades of Medium Orchid #C34FE3
Tints of Medium Orchid #C34FE3
RGB
CMYK
RGB Variations
Color information
#C34FE3 (or 0xC34FE3) is known color: Medium Orchid. HEX triplet: C3, 4F and E3. RGB value is (195,79,227). Sum of RGB (Red+Green+Blue) = 195+79+227=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #C34FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FE3 is #3CB01C. Grayscale: #828282. Windows color (decimal): -3977245 or 14897091. OLE color: 14897091.
HSL color Cylindrical-coordinate representation of color #C34FE3: hue angle of 287.03º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34FE3 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 79 | 227 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.11 |
| HSL | 287.03º | 0.73% | 0.6% | - |
| HSV(B) | 287.03º | 0.65% | 0.89% | - |
| XYZ | 39.17 | 22.74 | 75 | - |
| YUV | 130.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 227 | 0.14 | 0.65 | 0 | 0.11 | 287.03 | 0.73 | 0.6 |
| Hex | C3 | 4F | E3 | E | 41 | 0 | B | 11F | 49 | 3C |
| Octal | 303 | 117 | 343 | 16 | 101 | 0 | 13 | 437 | 111 | 74 |
| Binary | 11000011 | 1001111 | 11100011 | 1110 | 1000001 | 0 | 1011 | 100011111 | 1001001 | 111100 |
Color Harmonies of #C34FE3
Complementary color
Monochromatic Colors of #C34FE3
Black with #C34FE3
Text Example
Text Example
White with #C34FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FE3; }
p { color: rgb(195,79,227); }
H1.HeaderClassName
{
color: #C34FE3;
}
.AnyTagClassName
{
color: #C34FE3;
}
</style>
background-color css
<style>
a { background-color: #C34FE3; }
a { background-color: rgb(195,79,227); }
div.DivClassName
{
background-color: #C34FE3;
}
.BgClassName
{
background-color: #C34FE3;
}
</style>
border-color css
<style>
span { border-color: #C34FE3; }
span { border-color: rgb(195,79,227); }
td.TdClassName
{
border-color: #C34FE3;
}
.TagClassName
{
border-color: #C34FE3;
}
</style>