Shades of Medium Orchid #C34AFE
Tints of Medium Orchid #C34AFE
RGB
CMYK
RGB Variations
Color information
#C34AFE (or 0xC34AFE) is known color: Medium Orchid. HEX triplet: C3, 4A and FE. RGB value is (195,74,254). Sum of RGB (Red+Green+Blue) = 195+74+254=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C34AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AFE is #3CB501. Grayscale: #828282. Windows color (decimal): -3978498 or 16665283. OLE color: 16665283.
HSL color Cylindrical-coordinate representation of color #C34AFE: hue angle of 280.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34AFE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 74 | 254 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.00 |
| HSL | 280.33º | 0.99% | 0.64% | - |
| HSV(B) | 280.33º | 0.71% | 1% | - |
| XYZ | 42.84 | 23.66 | 96.07 | - |
| YUV | 130.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 254 | 0.23 | 0.71 | 0 | 0.00 | 280.33 | 0.99 | 0.64 |
| Hex | C3 | 4A | FE | 17 | 47 | 0 | 0 | 118 | 63 | 40 |
| Octal | 303 | 112 | 376 | 27 | 107 | 0 | 0 | 430 | 143 | 100 |
| Binary | 11000011 | 1001010 | 11111110 | 10111 | 1000111 | 0 | 0 | 100011000 | 1100011 | 1000000 |
Color Harmonies of #C34AFE
Complementary color
Monochromatic Colors of #C34AFE
Black with #C34AFE
Text Example
Text Example
White with #C34AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AFE; }
p { color: rgb(195,74,254); }
H1.HeaderClassName
{
color: #C34AFE;
}
.AnyTagClassName
{
color: #C34AFE;
}
</style>
background-color css
<style>
a { background-color: #C34AFE; }
a { background-color: rgb(195,74,254); }
div.DivClassName
{
background-color: #C34AFE;
}
.BgClassName
{
background-color: #C34AFE;
}
</style>
border-color css
<style>
span { border-color: #C34AFE; }
span { border-color: rgb(195,74,254); }
td.TdClassName
{
border-color: #C34AFE;
}
.TagClassName
{
border-color: #C34AFE;
}
</style>