Shades of Medium Orchid #C34CEA
Tints of Medium Orchid #C34CEA
RGB
CMYK
RGB Variations
Color information
#C34CEA (or 0xC34CEA) is known color: Medium Orchid. HEX triplet: C3, 4C and EA. RGB value is (195,76,234). Sum of RGB (Red+Green+Blue) = 195+76+234=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C34CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CEA is #3CB315. Grayscale: #818181. Windows color (decimal): -3978006 or 15355075. OLE color: 15355075.
HSL color Cylindrical-coordinate representation of color #C34CEA: hue angle of 285.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34CEA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 76 | 234 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.08 |
| HSL | 285.19º | 0.79% | 0.61% | - |
| HSV(B) | 285.19º | 0.68% | 0.92% | - |
| XYZ | 39.94 | 22.71 | 80.12 | - |
| YUV | 129.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 234 | 0.17 | 0.68 | 0 | 0.08 | 285.19 | 0.79 | 0.61 |
| Hex | C3 | 4C | EA | 11 | 44 | 0 | 8 | 11D | 4F | 3D |
| Octal | 303 | 114 | 352 | 21 | 104 | 0 | 10 | 435 | 117 | 75 |
| Binary | 11000011 | 1001100 | 11101010 | 10001 | 1000100 | 0 | 1000 | 100011101 | 1001111 | 111101 |
Color Harmonies of #C34CEA
Complementary color
Monochromatic Colors of #C34CEA
Black with #C34CEA
Text Example
Text Example
White with #C34CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CEA; }
p { color: rgb(195,76,234); }
H1.HeaderClassName
{
color: #C34CEA;
}
.AnyTagClassName
{
color: #C34CEA;
}
</style>
background-color css
<style>
a { background-color: #C34CEA; }
a { background-color: rgb(195,76,234); }
div.DivClassName
{
background-color: #C34CEA;
}
.BgClassName
{
background-color: #C34CEA;
}
</style>
border-color css
<style>
span { border-color: #C34CEA; }
span { border-color: rgb(195,76,234); }
td.TdClassName
{
border-color: #C34CEA;
}
.TagClassName
{
border-color: #C34CEA;
}
</style>