Shades of Medium Orchid #C334DA
Tints of Medium Orchid #C334DA
RGB
CMYK
RGB Variations
Color information
#C334DA (or 0xC334DA) is known color: Medium Orchid. HEX triplet: C3, 34 and DA. RGB value is (195,52,218). Sum of RGB (Red+Green+Blue) = 195+52+218=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C334DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334DA is #3CCB25. Grayscale: #717171. Windows color (decimal): -3984166 or 14300355. OLE color: 14300355.
HSL color Cylindrical-coordinate representation of color #C334DA: hue angle of 291.69º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C334DA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 52 | 218 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.69º | 0.69% | 0.53% | - |
| HSV(B) | 291.69º | 0.76% | 0.85% | - |
| XYZ | 36.39 | 19.12 | 68.1 | - |
| YUV | 113.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 218 | 0.11 | 0.76 | 0 | 0.15 | 291.69 | 0.69 | 0.53 |
| Hex | C3 | 34 | DA | B | 4C | 0 | F | 124 | 45 | 35 |
| Octal | 303 | 64 | 332 | 13 | 114 | 0 | 17 | 444 | 105 | 65 |
| Binary | 11000011 | 110100 | 11011010 | 1011 | 1001100 | 0 | 1111 | 100100100 | 1000101 | 110101 |
Color Harmonies of #C334DA
Complementary color
Monochromatic Colors of #C334DA
Black with #C334DA
Text Example
Text Example
White with #C334DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334DA; }
p { color: rgb(195,52,218); }
H1.HeaderClassName
{
color: #C334DA;
}
.AnyTagClassName
{
color: #C334DA;
}
</style>
background-color css
<style>
a { background-color: #C334DA; }
a { background-color: rgb(195,52,218); }
div.DivClassName
{
background-color: #C334DA;
}
.BgClassName
{
background-color: #C334DA;
}
</style>
border-color css
<style>
span { border-color: #C334DA; }
span { border-color: rgb(195,52,218); }
td.TdClassName
{
border-color: #C334DA;
}
.TagClassName
{
border-color: #C334DA;
}
</style>