Shades of Medium Orchid #C34BDF
Tints of Medium Orchid #C34BDF
RGB
CMYK
RGB Variations
Color information
#C34BDF (or 0xC34BDF) is known color: Medium Orchid. HEX triplet: C3, 4B and DF. RGB value is (195,75,223). Sum of RGB (Red+Green+Blue) = 195+75+223=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #C34BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BDF is #3CB420. Grayscale: #7F7F7F. Windows color (decimal): -3978273 or 14633923. OLE color: 14633923.
HSL color Cylindrical-coordinate representation of color #C34BDF: hue angle of 288.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34BDF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 75 | 223 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.13 |
| HSL | 288.65º | 0.7% | 0.58% | - |
| HSV(B) | 288.65º | 0.66% | 0.87% | - |
| XYZ | 38.34 | 21.96 | 72.03 | - |
| YUV | 127.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 223 | 0.13 | 0.66 | 0 | 0.13 | 288.65 | 0.7 | 0.58 |
| Hex | C3 | 4B | DF | D | 42 | 0 | D | 121 | 46 | 3A |
| Octal | 303 | 113 | 337 | 15 | 102 | 0 | 15 | 441 | 106 | 72 |
| Binary | 11000011 | 1001011 | 11011111 | 1101 | 1000010 | 0 | 1101 | 100100001 | 1000110 | 111010 |
Color Harmonies of #C34BDF
Complementary color
Monochromatic Colors of #C34BDF
Black with #C34BDF
Text Example
Text Example
White with #C34BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BDF; }
p { color: rgb(195,75,223); }
H1.HeaderClassName
{
color: #C34BDF;
}
.AnyTagClassName
{
color: #C34BDF;
}
</style>
background-color css
<style>
a { background-color: #C34BDF; }
a { background-color: rgb(195,75,223); }
div.DivClassName
{
background-color: #C34BDF;
}
.BgClassName
{
background-color: #C34BDF;
}
</style>
border-color css
<style>
span { border-color: #C34BDF; }
span { border-color: rgb(195,75,223); }
td.TdClassName
{
border-color: #C34BDF;
}
.TagClassName
{
border-color: #C34BDF;
}
</style>