Shades of Medium Orchid #C34DCF
Tints of Medium Orchid #C34DCF
RGB
CMYK
RGB Variations
Color information
#C34DCF (or 0xC34DCF) is known color: Medium Orchid. HEX triplet: C3, 4D and CF. RGB value is (195,77,207). Sum of RGB (Red+Green+Blue) = 195+77+207=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C34DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DCF is #3CB230. Grayscale: #7E7E7E. Windows color (decimal): -3977777 or 13585859. OLE color: 13585859.
HSL color Cylindrical-coordinate representation of color #C34DCF: hue angle of 294.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34DCF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 77 | 207 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.19 |
| HSL | 294.46º | 0.58% | 0.56% | - |
| HSV(B) | 294.46º | 0.63% | 0.81% | - |
| XYZ | 36.42 | 21.41 | 61.25 | - |
| YUV | 127.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 207 | 0.06 | 0.63 | 0 | 0.19 | 294.46 | 0.58 | 0.56 |
| Hex | C3 | 4D | CF | 6 | 3F | 0 | 13 | 126 | 3A | 38 |
| Octal | 303 | 115 | 317 | 6 | 77 | 0 | 23 | 446 | 72 | 70 |
| Binary | 11000011 | 1001101 | 11001111 | 110 | 111111 | 0 | 10011 | 100100110 | 111010 | 111000 |
Color Harmonies of #C34DCF
Complementary color
Monochromatic Colors of #C34DCF
Black with #C34DCF
Text Example
Text Example
White with #C34DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DCF; }
p { color: rgb(195,77,207); }
H1.HeaderClassName
{
color: #C34DCF;
}
.AnyTagClassName
{
color: #C34DCF;
}
</style>
background-color css
<style>
a { background-color: #C34DCF; }
a { background-color: rgb(195,77,207); }
div.DivClassName
{
background-color: #C34DCF;
}
.BgClassName
{
background-color: #C34DCF;
}
</style>
border-color css
<style>
span { border-color: #C34DCF; }
span { border-color: rgb(195,77,207); }
td.TdClassName
{
border-color: #C34DCF;
}
.TagClassName
{
border-color: #C34DCF;
}
</style>