Shades of Medium Orchid #C34DFF
Tints of Medium Orchid #C34DFF
RGB
CMYK
RGB Variations
Color information
#C34DFF (or 0xC34DFF) is known color: Medium Orchid. HEX triplet: C3, 4D and FF. RGB value is (195,77,255). Sum of RGB (Red+Green+Blue) = 195+77+255=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C34DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DFF is #3CB200. Grayscale: #838383. Windows color (decimal): -3977729 or 16731587. OLE color: 16731587.
HSL color Cylindrical-coordinate representation of color #C34DFF: hue angle of 279.78º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34DFF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 77 | 255 | - |
| CMYK | 0.24 | 0.70 | 0 | 0 |
| HSL | 279.78º | 1% | 0.65% | - |
| HSV(B) | 279.78º | 0.7% | 1% | - |
| XYZ | 43.21 | 24.13 | 96.99 | - |
| YUV | 132.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 255 | 0.24 | 0.70 | 0 | 0 | 279.78 | 1 | 0.65 |
| Hex | C3 | 4D | FF | 18 | 46 | 0 | 0 | 118 | 64 | 41 |
| Octal | 303 | 115 | 377 | 30 | 106 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000011 | 1001101 | 11111111 | 11000 | 1000110 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C34DFF
Complementary color
Monochromatic Colors of #C34DFF
Black with #C34DFF
Text Example
Text Example
White with #C34DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DFF; }
p { color: rgb(195,77,255); }
H1.HeaderClassName
{
color: #C34DFF;
}
.AnyTagClassName
{
color: #C34DFF;
}
</style>
background-color css
<style>
a { background-color: #C34DFF; }
a { background-color: rgb(195,77,255); }
div.DivClassName
{
background-color: #C34DFF;
}
.BgClassName
{
background-color: #C34DFF;
}
</style>
border-color css
<style>
span { border-color: #C34DFF; }
span { border-color: rgb(195,77,255); }
td.TdClassName
{
border-color: #C34DFF;
}
.TagClassName
{
border-color: #C34DFF;
}
</style>