Shades of Medium Orchid #C34CE9
Tints of Medium Orchid #C34CE9
RGB
CMYK
RGB Variations
Color information
#C34CE9 (or 0xC34CE9) is known color: Medium Orchid. HEX triplet: C3, 4C and E9. RGB value is (195,76,233). Sum of RGB (Red+Green+Blue) = 195+76+233=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #C34CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CE9 is #3CB316. Grayscale: #808080. Windows color (decimal): -3978007 or 15289539. OLE color: 15289539.
HSL color Cylindrical-coordinate representation of color #C34CE9: hue angle of 285.48º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34CE9 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 76 | 233 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.09 |
| HSL | 285.48º | 0.78% | 0.61% | - |
| HSV(B) | 285.48º | 0.67% | 0.91% | - |
| XYZ | 39.8 | 22.65 | 79.37 | - |
| YUV | 129.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 233 | 0.16 | 0.67 | 0 | 0.09 | 285.48 | 0.78 | 0.61 |
| Hex | C3 | 4C | E9 | 10 | 43 | 0 | 9 | 11D | 4E | 3D |
| Octal | 303 | 114 | 351 | 20 | 103 | 0 | 11 | 435 | 116 | 75 |
| Binary | 11000011 | 1001100 | 11101001 | 10000 | 1000011 | 0 | 1001 | 100011101 | 1001110 | 111101 |
Color Harmonies of #C34CE9
Complementary color
Monochromatic Colors of #C34CE9
Black with #C34CE9
Text Example
Text Example
White with #C34CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CE9; }
p { color: rgb(195,76,233); }
H1.HeaderClassName
{
color: #C34CE9;
}
.AnyTagClassName
{
color: #C34CE9;
}
</style>
background-color css
<style>
a { background-color: #C34CE9; }
a { background-color: rgb(195,76,233); }
div.DivClassName
{
background-color: #C34CE9;
}
.BgClassName
{
background-color: #C34CE9;
}
</style>
border-color css
<style>
span { border-color: #C34CE9; }
span { border-color: rgb(195,76,233); }
td.TdClassName
{
border-color: #C34CE9;
}
.TagClassName
{
border-color: #C34CE9;
}
</style>