Shades of Medium Orchid #C34BEA
Tints of Medium Orchid #C34BEA
RGB
CMYK
RGB Variations
Color information
#C34BEA (or 0xC34BEA) is known color: Medium Orchid. HEX triplet: C3, 4B and EA. RGB value is (195,75,234). Sum of RGB (Red+Green+Blue) = 195+75+234=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C34BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BEA is #3CB415. Grayscale: #808080. Windows color (decimal): -3978262 or 15354819. OLE color: 15354819.
HSL color Cylindrical-coordinate representation of color #C34BEA: hue angle of 285.28º 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 #C34BEA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 75 | 234 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.08 |
| HSL | 285.28º | 0.79% | 0.61% | - |
| HSV(B) | 285.28º | 0.68% | 0.92% | - |
| XYZ | 39.87 | 22.57 | 80.1 | - |
| YUV | 129.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 234 | 0.17 | 0.68 | 0 | 0.08 | 285.28 | 0.79 | 0.61 |
| Hex | C3 | 4B | EA | 11 | 44 | 0 | 8 | 11D | 4F | 3D |
| Octal | 303 | 113 | 352 | 21 | 104 | 0 | 10 | 435 | 117 | 75 |
| Binary | 11000011 | 1001011 | 11101010 | 10001 | 1000100 | 0 | 1000 | 100011101 | 1001111 | 111101 |
Color Harmonies of #C34BEA
Complementary color
Monochromatic Colors of #C34BEA
Black with #C34BEA
Text Example
Text Example
White with #C34BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BEA; }
p { color: rgb(195,75,234); }
H1.HeaderClassName
{
color: #C34BEA;
}
.AnyTagClassName
{
color: #C34BEA;
}
</style>
background-color css
<style>
a { background-color: #C34BEA; }
a { background-color: rgb(195,75,234); }
div.DivClassName
{
background-color: #C34BEA;
}
.BgClassName
{
background-color: #C34BEA;
}
</style>
border-color css
<style>
span { border-color: #C34BEA; }
span { border-color: rgb(195,75,234); }
td.TdClassName
{
border-color: #C34BEA;
}
.TagClassName
{
border-color: #C34BEA;
}
</style>