Shades of Medium Orchid #C34DFD
Tints of Medium Orchid #C34DFD
RGB
CMYK
RGB Variations
Color information
#C34DFD (or 0xC34DFD) is known color: Medium Orchid. HEX triplet: C3, 4D and FD. RGB value is (195,77,253). Sum of RGB (Red+Green+Blue) = 195+77+253=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C34DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DFD is #3CB202. Grayscale: #838383. Windows color (decimal): -3977731 or 16600515. OLE color: 16600515.
HSL color Cylindrical-coordinate representation of color #C34DFD: hue angle of 280.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34DFD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 77 | 253 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.01 |
| HSL | 280.23º | 0.98% | 0.65% | - |
| HSV(B) | 280.23º | 0.7% | 0.99% | - |
| XYZ | 42.89 | 24 | 95.3 | - |
| YUV | 132.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 253 | 0.23 | 0.70 | 0 | 0.01 | 280.23 | 0.98 | 0.65 |
| Hex | C3 | 4D | FD | 17 | 46 | 0 | 1 | 118 | 62 | 41 |
| Octal | 303 | 115 | 375 | 27 | 106 | 0 | 1 | 430 | 142 | 101 |
| Binary | 11000011 | 1001101 | 11111101 | 10111 | 1000110 | 0 | 1 | 100011000 | 1100010 | 1000001 |
Color Harmonies of #C34DFD
Complementary color
Monochromatic Colors of #C34DFD
Black with #C34DFD
Text Example
Text Example
White with #C34DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DFD; }
p { color: rgb(195,77,253); }
H1.HeaderClassName
{
color: #C34DFD;
}
.AnyTagClassName
{
color: #C34DFD;
}
</style>
background-color css
<style>
a { background-color: #C34DFD; }
a { background-color: rgb(195,77,253); }
div.DivClassName
{
background-color: #C34DFD;
}
.BgClassName
{
background-color: #C34DFD;
}
</style>
border-color css
<style>
span { border-color: #C34DFD; }
span { border-color: rgb(195,77,253); }
td.TdClassName
{
border-color: #C34DFD;
}
.TagClassName
{
border-color: #C34DFD;
}
</style>