Shades of Medium Orchid #C34CE3
Tints of Medium Orchid #C34CE3
RGB
CMYK
RGB Variations
Color information
#C34CE3 (or 0xC34CE3) is known color: Medium Orchid. HEX triplet: C3, 4C and E3. RGB value is (195,76,227). Sum of RGB (Red+Green+Blue) = 195+76+227=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #C34CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CE3 is #3CB31C. Grayscale: #808080. Windows color (decimal): -3978013 or 14896323. OLE color: 14896323.
HSL color Cylindrical-coordinate representation of color #C34CE3: hue angle of 287.28º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34CE3 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 76 | 227 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.11 |
| HSL | 287.28º | 0.73% | 0.59% | - |
| HSV(B) | 287.28º | 0.67% | 0.89% | - |
| XYZ | 38.96 | 22.32 | 74.93 | - |
| YUV | 128.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 227 | 0.14 | 0.67 | 0 | 0.11 | 287.28 | 0.73 | 0.59 |
| Hex | C3 | 4C | E3 | E | 43 | 0 | B | 11F | 49 | 3B |
| Octal | 303 | 114 | 343 | 16 | 103 | 0 | 13 | 437 | 111 | 73 |
| Binary | 11000011 | 1001100 | 11100011 | 1110 | 1000011 | 0 | 1011 | 100011111 | 1001001 | 111011 |
Color Harmonies of #C34CE3
Complementary color
Monochromatic Colors of #C34CE3
Black with #C34CE3
Text Example
Text Example
White with #C34CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CE3; }
p { color: rgb(195,76,227); }
H1.HeaderClassName
{
color: #C34CE3;
}
.AnyTagClassName
{
color: #C34CE3;
}
</style>
background-color css
<style>
a { background-color: #C34CE3; }
a { background-color: rgb(195,76,227); }
div.DivClassName
{
background-color: #C34CE3;
}
.BgClassName
{
background-color: #C34CE3;
}
</style>
border-color css
<style>
span { border-color: #C34CE3; }
span { border-color: rgb(195,76,227); }
td.TdClassName
{
border-color: #C34CE3;
}
.TagClassName
{
border-color: #C34CE3;
}
</style>