Shades of Medium Orchid #C34FD8
Tints of Medium Orchid #C34FD8
RGB
CMYK
RGB Variations
Color information
#C34FD8 (or 0xC34FD8) is known color: Medium Orchid. HEX triplet: C3, 4F and D8. RGB value is (195,79,216). Sum of RGB (Red+Green+Blue) = 195+79+216=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #C34FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FD8 is #3CB027. Grayscale: #808080. Windows color (decimal): -3977256 or 14176195. OLE color: 14176195.
HSL color Cylindrical-coordinate representation of color #C34FD8: hue angle of 290.8º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34FD8 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 79 | 216 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.15 |
| HSL | 290.8º | 0.64% | 0.58% | - |
| HSV(B) | 290.8º | 0.63% | 0.85% | - |
| XYZ | 37.7 | 22.15 | 67.25 | - |
| YUV | 129.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 216 | 0.10 | 0.63 | 0 | 0.15 | 290.8 | 0.64 | 0.58 |
| Hex | C3 | 4F | D8 | A | 3F | 0 | F | 123 | 40 | 3A |
| Octal | 303 | 117 | 330 | 12 | 77 | 0 | 17 | 443 | 100 | 72 |
| Binary | 11000011 | 1001111 | 11011000 | 1010 | 111111 | 0 | 1111 | 100100011 | 1000000 | 111010 |
Color Harmonies of #C34FD8
Complementary color
Monochromatic Colors of #C34FD8
Black with #C34FD8
Text Example
Text Example
White with #C34FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FD8; }
p { color: rgb(195,79,216); }
H1.HeaderClassName
{
color: #C34FD8;
}
.AnyTagClassName
{
color: #C34FD8;
}
</style>
background-color css
<style>
a { background-color: #C34FD8; }
a { background-color: rgb(195,79,216); }
div.DivClassName
{
background-color: #C34FD8;
}
.BgClassName
{
background-color: #C34FD8;
}
</style>
border-color css
<style>
span { border-color: #C34FD8; }
span { border-color: rgb(195,79,216); }
td.TdClassName
{
border-color: #C34FD8;
}
.TagClassName
{
border-color: #C34FD8;
}
</style>