Shades of Medium Orchid #C34FDD
Tints of Medium Orchid #C34FDD
RGB
CMYK
RGB Variations
Color information
#C34FDD (or 0xC34FDD) is known color: Medium Orchid. HEX triplet: C3, 4F and DD. RGB value is (195,79,221). Sum of RGB (Red+Green+Blue) = 195+79+221=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C34FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FDD is #3CB022. Grayscale: #818181. Windows color (decimal): -3977251 or 14503875. OLE color: 14503875.
HSL color Cylindrical-coordinate representation of color #C34FDD: hue angle of 289.01º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34FDD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 79 | 221 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.13 |
| HSL | 289.01º | 0.68% | 0.59% | - |
| HSV(B) | 289.01º | 0.64% | 0.87% | - |
| XYZ | 38.35 | 22.41 | 70.71 | - |
| YUV | 129.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 221 | 0.12 | 0.64 | 0 | 0.13 | 289.01 | 0.68 | 0.59 |
| Hex | C3 | 4F | DD | C | 40 | 0 | D | 121 | 44 | 3B |
| Octal | 303 | 117 | 335 | 14 | 100 | 0 | 15 | 441 | 104 | 73 |
| Binary | 11000011 | 1001111 | 11011101 | 1100 | 1000000 | 0 | 1101 | 100100001 | 1000100 | 111011 |
Color Harmonies of #C34FDD
Complementary color
Monochromatic Colors of #C34FDD
Black with #C34FDD
Text Example
Text Example
White with #C34FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FDD; }
p { color: rgb(195,79,221); }
H1.HeaderClassName
{
color: #C34FDD;
}
.AnyTagClassName
{
color: #C34FDD;
}
</style>
background-color css
<style>
a { background-color: #C34FDD; }
a { background-color: rgb(195,79,221); }
div.DivClassName
{
background-color: #C34FDD;
}
.BgClassName
{
background-color: #C34FDD;
}
</style>
border-color css
<style>
span { border-color: #C34FDD; }
span { border-color: rgb(195,79,221); }
td.TdClassName
{
border-color: #C34FDD;
}
.TagClassName
{
border-color: #C34FDD;
}
</style>