Shades of Medium Orchid #C34AEC
Tints of Medium Orchid #C34AEC
RGB
CMYK
RGB Variations
Color information
#C34AEC (or 0xC34AEC) is known color: Medium Orchid. HEX triplet: C3, 4A and EC. RGB value is (195,74,236). Sum of RGB (Red+Green+Blue) = 195+74+236=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C34AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AEC is #3CB513. Grayscale: #808080. Windows color (decimal): -3978516 or 15485635. OLE color: 15485635.
HSL color Cylindrical-coordinate representation of color #C34AEC: hue angle of 284.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34AEC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 74 | 236 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.07 |
| HSL | 284.81º | 0.81% | 0.61% | - |
| HSV(B) | 284.81º | 0.69% | 0.93% | - |
| XYZ | 40.09 | 22.56 | 81.6 | - |
| YUV | 128.65 | 188.59 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 236 | 0.17 | 0.69 | 0 | 0.07 | 284.81 | 0.81 | 0.61 |
| Hex | C3 | 4A | EC | 11 | 45 | 0 | 7 | 11D | 51 | 3D |
| Octal | 303 | 112 | 354 | 21 | 105 | 0 | 7 | 435 | 121 | 75 |
| Binary | 11000011 | 1001010 | 11101100 | 10001 | 1000101 | 0 | 111 | 100011101 | 1010001 | 111101 |
Color Harmonies of #C34AEC
Complementary color
Monochromatic Colors of #C34AEC
Black with #C34AEC
Text Example
Text Example
White with #C34AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AEC; }
p { color: rgb(195,74,236); }
H1.HeaderClassName
{
color: #C34AEC;
}
.AnyTagClassName
{
color: #C34AEC;
}
</style>
background-color css
<style>
a { background-color: #C34AEC; }
a { background-color: rgb(195,74,236); }
div.DivClassName
{
background-color: #C34AEC;
}
.BgClassName
{
background-color: #C34AEC;
}
</style>
border-color css
<style>
span { border-color: #C34AEC; }
span { border-color: rgb(195,74,236); }
td.TdClassName
{
border-color: #C34AEC;
}
.TagClassName
{
border-color: #C34AEC;
}
</style>