Shades of Medium Orchid #C34AE9
Tints of Medium Orchid #C34AE9
RGB
CMYK
RGB Variations
Color information
#C34AE9 (or 0xC34AE9) is known color: Medium Orchid. HEX triplet: C3, 4A and E9. RGB value is (195,74,233). Sum of RGB (Red+Green+Blue) = 195+74+233=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #C34AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AE9 is #3CB516. Grayscale: #7F7F7F. Windows color (decimal): -3978519 or 15289027. OLE color: 15289027.
HSL color Cylindrical-coordinate representation of color #C34AE9: hue angle of 285.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34AE9 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 74 | 233 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.09 |
| HSL | 285.66º | 0.78% | 0.6% | - |
| HSV(B) | 285.66º | 0.68% | 0.91% | - |
| XYZ | 39.66 | 22.38 | 79.32 | - |
| YUV | 128.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 233 | 0.16 | 0.68 | 0 | 0.09 | 285.66 | 0.78 | 0.6 |
| Hex | C3 | 4A | E9 | 10 | 44 | 0 | 9 | 11E | 4E | 3C |
| Octal | 303 | 112 | 351 | 20 | 104 | 0 | 11 | 436 | 116 | 74 |
| Binary | 11000011 | 1001010 | 11101001 | 10000 | 1000100 | 0 | 1001 | 100011110 | 1001110 | 111100 |
Color Harmonies of #C34AE9
Complementary color
Monochromatic Colors of #C34AE9
Black with #C34AE9
Text Example
Text Example
White with #C34AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AE9; }
p { color: rgb(195,74,233); }
H1.HeaderClassName
{
color: #C34AE9;
}
.AnyTagClassName
{
color: #C34AE9;
}
</style>
background-color css
<style>
a { background-color: #C34AE9; }
a { background-color: rgb(195,74,233); }
div.DivClassName
{
background-color: #C34AE9;
}
.BgClassName
{
background-color: #C34AE9;
}
</style>
border-color css
<style>
span { border-color: #C34AE9; }
span { border-color: rgb(195,74,233); }
td.TdClassName
{
border-color: #C34AE9;
}
.TagClassName
{
border-color: #C34AE9;
}
</style>