Shades of Medium Orchid #C34BEB
Tints of Medium Orchid #C34BEB
RGB
CMYK
RGB Variations
Color information
#C34BEB (or 0xC34BEB) is known color: Medium Orchid. HEX triplet: C3, 4B and EB. RGB value is (195,75,235). Sum of RGB (Red+Green+Blue) = 195+75+235=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #C34BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BEB is #3CB414. Grayscale: #808080. Windows color (decimal): -3978261 or 15420355. OLE color: 15420355.
HSL color Cylindrical-coordinate representation of color #C34BEB: hue angle of 285º degrees, saturation: 0.8, 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 #C34BEB is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 75 | 235 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.08 |
| HSL | 285º | 0.8% | 0.61% | - |
| HSV(B) | 285º | 0.68% | 0.92% | - |
| XYZ | 40.02 | 22.63 | 80.86 | - |
| YUV | 129.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 235 | 0.17 | 0.68 | 0 | 0.08 | 285 | 0.8 | 0.61 |
| Hex | C3 | 4B | EB | 11 | 44 | 0 | 8 | 11D | 50 | 3D |
| Octal | 303 | 113 | 353 | 21 | 104 | 0 | 10 | 435 | 120 | 75 |
| Binary | 11000011 | 1001011 | 11101011 | 10001 | 1000100 | 0 | 1000 | 100011101 | 1010000 | 111101 |
Color Harmonies of #C34BEB
Complementary color
Monochromatic Colors of #C34BEB
Black with #C34BEB
Text Example
Text Example
White with #C34BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BEB; }
p { color: rgb(195,75,235); }
H1.HeaderClassName
{
color: #C34BEB;
}
.AnyTagClassName
{
color: #C34BEB;
}
</style>
background-color css
<style>
a { background-color: #C34BEB; }
a { background-color: rgb(195,75,235); }
div.DivClassName
{
background-color: #C34BEB;
}
.BgClassName
{
background-color: #C34BEB;
}
</style>
border-color css
<style>
span { border-color: #C34BEB; }
span { border-color: rgb(195,75,235); }
td.TdClassName
{
border-color: #C34BEB;
}
.TagClassName
{
border-color: #C34BEB;
}
</style>