Shades of Medium Orchid #C34DDF
Tints of Medium Orchid #C34DDF
RGB
CMYK
RGB Variations
Color information
#C34DDF (or 0xC34DDF) is known color: Medium Orchid. HEX triplet: C3, 4D and DF. RGB value is (195,77,223). Sum of RGB (Red+Green+Blue) = 195+77+223=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C34DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DDF is #3CB220. Grayscale: #808080. Windows color (decimal): -3977761 or 14634435. OLE color: 14634435.
HSL color Cylindrical-coordinate representation of color #C34DDF: hue angle of 288.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34DDF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 77 | 223 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.13 |
| HSL | 288.49º | 0.7% | 0.59% | - |
| HSV(B) | 288.49º | 0.65% | 0.87% | - |
| XYZ | 38.48 | 22.24 | 72.08 | - |
| YUV | 128.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 223 | 0.13 | 0.65 | 0 | 0.13 | 288.49 | 0.7 | 0.59 |
| Hex | C3 | 4D | DF | D | 41 | 0 | D | 120 | 46 | 3B |
| Octal | 303 | 115 | 337 | 15 | 101 | 0 | 15 | 440 | 106 | 73 |
| Binary | 11000011 | 1001101 | 11011111 | 1101 | 1000001 | 0 | 1101 | 100100000 | 1000110 | 111011 |
Color Harmonies of #C34DDF
Complementary color
Monochromatic Colors of #C34DDF
Black with #C34DDF
Text Example
Text Example
White with #C34DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DDF; }
p { color: rgb(195,77,223); }
H1.HeaderClassName
{
color: #C34DDF;
}
.AnyTagClassName
{
color: #C34DDF;
}
</style>
background-color css
<style>
a { background-color: #C34DDF; }
a { background-color: rgb(195,77,223); }
div.DivClassName
{
background-color: #C34DDF;
}
.BgClassName
{
background-color: #C34DDF;
}
</style>
border-color css
<style>
span { border-color: #C34DDF; }
span { border-color: rgb(195,77,223); }
td.TdClassName
{
border-color: #C34DDF;
}
.TagClassName
{
border-color: #C34DDF;
}
</style>