Shades of Medium Orchid #C34AED
Tints of Medium Orchid #C34AED
RGB
CMYK
RGB Variations
Color information
#C34AED (or 0xC34AED) is known color: Medium Orchid. HEX triplet: C3, 4A and ED. RGB value is (195,74,237). Sum of RGB (Red+Green+Blue) = 195+74+237=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C34AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AED is #3CB512. Grayscale: #808080. Windows color (decimal): -3978515 or 15551171. OLE color: 15551171.
HSL color Cylindrical-coordinate representation of color #C34AED: hue angle of 284.54º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34AED is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 74 | 237 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 284.54º | 0.82% | 0.61% | - |
| HSV(B) | 284.54º | 0.69% | 0.93% | - |
| XYZ | 40.24 | 22.61 | 82.36 | - |
| YUV | 128.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 237 | 0.18 | 0.69 | 0 | 0.07 | 284.54 | 0.82 | 0.61 |
| Hex | C3 | 4A | ED | 12 | 45 | 0 | 7 | 11D | 52 | 3D |
| Octal | 303 | 112 | 355 | 22 | 105 | 0 | 7 | 435 | 122 | 75 |
| Binary | 11000011 | 1001010 | 11101101 | 10010 | 1000101 | 0 | 111 | 100011101 | 1010010 | 111101 |
Color Harmonies of #C34AED
Complementary color
Monochromatic Colors of #C34AED
Black with #C34AED
Text Example
Text Example
White with #C34AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AED; }
p { color: rgb(195,74,237); }
H1.HeaderClassName
{
color: #C34AED;
}
.AnyTagClassName
{
color: #C34AED;
}
</style>
background-color css
<style>
a { background-color: #C34AED; }
a { background-color: rgb(195,74,237); }
div.DivClassName
{
background-color: #C34AED;
}
.BgClassName
{
background-color: #C34AED;
}
</style>
border-color css
<style>
span { border-color: #C34AED; }
span { border-color: rgb(195,74,237); }
td.TdClassName
{
border-color: #C34AED;
}
.TagClassName
{
border-color: #C34AED;
}
</style>