Shades of Medium Orchid #C34CFE
Tints of Medium Orchid #C34CFE
RGB
CMYK
RGB Variations
Color information
#C34CFE (or 0xC34CFE) is known color: Medium Orchid. HEX triplet: C3, 4C and FE. RGB value is (195,76,254). Sum of RGB (Red+Green+Blue) = 195+76+254=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C34CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CFE is #3CB301. Grayscale: #838383. Windows color (decimal): -3977986 or 16665795. OLE color: 16665795.
HSL color Cylindrical-coordinate representation of color #C34CFE: hue angle of 280.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34CFE is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 76 | 254 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.00 |
| HSL | 280.11º | 0.99% | 0.65% | - |
| HSV(B) | 280.11º | 0.7% | 1% | - |
| XYZ | 42.98 | 23.93 | 96.12 | - |
| YUV | 131.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 254 | 0.23 | 0.70 | 0 | 0.00 | 280.11 | 0.99 | 0.65 |
| Hex | C3 | 4C | FE | 17 | 46 | 0 | 0 | 118 | 63 | 41 |
| Octal | 303 | 114 | 376 | 27 | 106 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000011 | 1001100 | 11111110 | 10111 | 1000110 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C34CFE
Complementary color
Monochromatic Colors of #C34CFE
Black with #C34CFE
Text Example
Text Example
White with #C34CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CFE; }
p { color: rgb(195,76,254); }
H1.HeaderClassName
{
color: #C34CFE;
}
.AnyTagClassName
{
color: #C34CFE;
}
</style>
background-color css
<style>
a { background-color: #C34CFE; }
a { background-color: rgb(195,76,254); }
div.DivClassName
{
background-color: #C34CFE;
}
.BgClassName
{
background-color: #C34CFE;
}
</style>
border-color css
<style>
span { border-color: #C34CFE; }
span { border-color: rgb(195,76,254); }
td.TdClassName
{
border-color: #C34CFE;
}
.TagClassName
{
border-color: #C34CFE;
}
</style>