Shades of Medium Orchid #C34DDA
Tints of Medium Orchid #C34DDA
RGB
CMYK
RGB Variations
Color information
#C34DDA (or 0xC34DDA) is known color: Medium Orchid. HEX triplet: C3, 4D and DA. RGB value is (195,77,218). Sum of RGB (Red+Green+Blue) = 195+77+218=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #C34DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DDA is #3CB225. Grayscale: #7F7F7F. Windows color (decimal): -3977766 or 14306755. OLE color: 14306755.
HSL color Cylindrical-coordinate representation of color #C34DDA: hue angle of 290.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34DDA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 77 | 218 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.15 |
| HSL | 290.21º | 0.66% | 0.58% | - |
| HSV(B) | 290.21º | 0.65% | 0.85% | - |
| XYZ | 37.81 | 21.97 | 68.58 | - |
| YUV | 128.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 218 | 0.11 | 0.65 | 0 | 0.15 | 290.21 | 0.66 | 0.58 |
| Hex | C3 | 4D | DA | B | 41 | 0 | F | 122 | 42 | 3A |
| Octal | 303 | 115 | 332 | 13 | 101 | 0 | 17 | 442 | 102 | 72 |
| Binary | 11000011 | 1001101 | 11011010 | 1011 | 1000001 | 0 | 1111 | 100100010 | 1000010 | 111010 |
Color Harmonies of #C34DDA
Complementary color
Monochromatic Colors of #C34DDA
Black with #C34DDA
Text Example
Text Example
White with #C34DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DDA; }
p { color: rgb(195,77,218); }
H1.HeaderClassName
{
color: #C34DDA;
}
.AnyTagClassName
{
color: #C34DDA;
}
</style>
background-color css
<style>
a { background-color: #C34DDA; }
a { background-color: rgb(195,77,218); }
div.DivClassName
{
background-color: #C34DDA;
}
.BgClassName
{
background-color: #C34DDA;
}
</style>
border-color css
<style>
span { border-color: #C34DDA; }
span { border-color: rgb(195,77,218); }
td.TdClassName
{
border-color: #C34DDA;
}
.TagClassName
{
border-color: #C34DDA;
}
</style>