Shades of Medium Orchid #C34AEB
Tints of Medium Orchid #C34AEB
RGB
CMYK
RGB Variations
Color information
#C34AEB (or 0xC34AEB) is known color: Medium Orchid. HEX triplet: C3, 4A and EB. RGB value is (195,74,235). Sum of RGB (Red+Green+Blue) = 195+74+235=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C34AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AEB is #3CB514. Grayscale: #808080. Windows color (decimal): -3978517 or 15420099. OLE color: 15420099.
HSL color Cylindrical-coordinate representation of color #C34AEB: hue angle of 285.09º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34AEB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 74 | 235 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.08 |
| HSL | 285.09º | 0.8% | 0.61% | - |
| HSV(B) | 285.09º | 0.69% | 0.92% | - |
| XYZ | 39.95 | 22.5 | 80.83 | - |
| YUV | 128.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 235 | 0.17 | 0.69 | 0 | 0.08 | 285.09 | 0.8 | 0.61 |
| Hex | C3 | 4A | EB | 11 | 45 | 0 | 8 | 11D | 50 | 3D |
| Octal | 303 | 112 | 353 | 21 | 105 | 0 | 10 | 435 | 120 | 75 |
| Binary | 11000011 | 1001010 | 11101011 | 10001 | 1000101 | 0 | 1000 | 100011101 | 1010000 | 111101 |
Color Harmonies of #C34AEB
Complementary color
Monochromatic Colors of #C34AEB
Black with #C34AEB
Text Example
Text Example
White with #C34AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AEB; }
p { color: rgb(195,74,235); }
H1.HeaderClassName
{
color: #C34AEB;
}
.AnyTagClassName
{
color: #C34AEB;
}
</style>
background-color css
<style>
a { background-color: #C34AEB; }
a { background-color: rgb(195,74,235); }
div.DivClassName
{
background-color: #C34AEB;
}
.BgClassName
{
background-color: #C34AEB;
}
</style>
border-color css
<style>
span { border-color: #C34AEB; }
span { border-color: rgb(195,74,235); }
td.TdClassName
{
border-color: #C34AEB;
}
.TagClassName
{
border-color: #C34AEB;
}
</style>