Shades of Medium Orchid #C34ACE
Tints of Medium Orchid #C34ACE
RGB
CMYK
RGB Variations
Color information
#C34ACE (or 0xC34ACE) is known color: Medium Orchid. HEX triplet: C3, 4A and CE. RGB value is (195,74,206). Sum of RGB (Red+Green+Blue) = 195+74+206=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C34ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ACE is #3CB531. Grayscale: #7C7C7C. Windows color (decimal): -3978546 or 13519555. OLE color: 13519555.
HSL color Cylindrical-coordinate representation of color #C34ACE: hue angle of 295º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34ACE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 74 | 206 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.19 |
| HSL | 295º | 0.57% | 0.55% | - |
| HSV(B) | 295º | 0.64% | 0.81% | - |
| XYZ | 36.1 | 20.96 | 60.53 | - |
| YUV | 125.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 206 | 0.05 | 0.64 | 0 | 0.19 | 295 | 0.57 | 0.55 |
| Hex | C3 | 4A | CE | 5 | 40 | 0 | 13 | 127 | 39 | 37 |
| Octal | 303 | 112 | 316 | 5 | 100 | 0 | 23 | 447 | 71 | 67 |
| Binary | 11000011 | 1001010 | 11001110 | 101 | 1000000 | 0 | 10011 | 100100111 | 111001 | 110111 |
Color Harmonies of #C34ACE
Complementary color
Monochromatic Colors of #C34ACE
Black with #C34ACE
Text Example
Text Example
White with #C34ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ACE; }
p { color: rgb(195,74,206); }
H1.HeaderClassName
{
color: #C34ACE;
}
.AnyTagClassName
{
color: #C34ACE;
}
</style>
background-color css
<style>
a { background-color: #C34ACE; }
a { background-color: rgb(195,74,206); }
div.DivClassName
{
background-color: #C34ACE;
}
.BgClassName
{
background-color: #C34ACE;
}
</style>
border-color css
<style>
span { border-color: #C34ACE; }
span { border-color: rgb(195,74,206); }
td.TdClassName
{
border-color: #C34ACE;
}
.TagClassName
{
border-color: #C34ACE;
}
</style>