Shades of Medium Orchid #C34CE0
Tints of Medium Orchid #C34CE0
RGB
CMYK
RGB Variations
Color information
#C34CE0 (or 0xC34CE0) is known color: Medium Orchid. HEX triplet: C3, 4C and E0. RGB value is (195,76,224). Sum of RGB (Red+Green+Blue) = 195+76+224=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #C34CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CE0 is #3CB31F. Grayscale: #7F7F7F. Windows color (decimal): -3978016 or 14699715. OLE color: 14699715.
HSL color Cylindrical-coordinate representation of color #C34CE0: hue angle of 288.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34CE0 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 76 | 224 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.12 |
| HSL | 288.24º | 0.7% | 0.59% | - |
| HSV(B) | 288.24º | 0.66% | 0.88% | - |
| XYZ | 38.54 | 22.15 | 72.77 | - |
| YUV | 128.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 224 | 0.13 | 0.66 | 0 | 0.12 | 288.24 | 0.7 | 0.59 |
| Hex | C3 | 4C | E0 | D | 42 | 0 | C | 120 | 46 | 3B |
| Octal | 303 | 114 | 340 | 15 | 102 | 0 | 14 | 440 | 106 | 73 |
| Binary | 11000011 | 1001100 | 11100000 | 1101 | 1000010 | 0 | 1100 | 100100000 | 1000110 | 111011 |
Color Harmonies of #C34CE0
Complementary color
Monochromatic Colors of #C34CE0
Black with #C34CE0
Text Example
Text Example
White with #C34CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CE0; }
p { color: rgb(195,76,224); }
H1.HeaderClassName
{
color: #C34CE0;
}
.AnyTagClassName
{
color: #C34CE0;
}
</style>
background-color css
<style>
a { background-color: #C34CE0; }
a { background-color: rgb(195,76,224); }
div.DivClassName
{
background-color: #C34CE0;
}
.BgClassName
{
background-color: #C34CE0;
}
</style>
border-color css
<style>
span { border-color: #C34CE0; }
span { border-color: rgb(195,76,224); }
td.TdClassName
{
border-color: #C34CE0;
}
.TagClassName
{
border-color: #C34CE0;
}
</style>