Shades of Medium Orchid #C34AEF
Tints of Medium Orchid #C34AEF
RGB
CMYK
RGB Variations
Color information
#C34AEF (or 0xC34AEF) is known color: Medium Orchid. HEX triplet: C3, 4A and EF. RGB value is (195,74,239). Sum of RGB (Red+Green+Blue) = 195+74+239=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #C34AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34AEF is #3CB510. Grayscale: #808080. Windows color (decimal): -3978513 or 15682243. OLE color: 15682243.
HSL color Cylindrical-coordinate representation of color #C34AEF: hue angle of 284º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34AEF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 74 | 239 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.06 |
| HSL | 284º | 0.84% | 0.61% | - |
| HSV(B) | 284º | 0.69% | 0.94% | - |
| XYZ | 40.53 | 22.73 | 83.91 | - |
| YUV | 128.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 239 | 0.18 | 0.69 | 0 | 0.06 | 284 | 0.84 | 0.61 |
| Hex | C3 | 4A | EF | 12 | 45 | 0 | 6 | 11C | 54 | 3D |
| Octal | 303 | 112 | 357 | 22 | 105 | 0 | 6 | 434 | 124 | 75 |
| Binary | 11000011 | 1001010 | 11101111 | 10010 | 1000101 | 0 | 110 | 100011100 | 1010100 | 111101 |
Color Harmonies of #C34AEF
Complementary color
Monochromatic Colors of #C34AEF
Black with #C34AEF
Text Example
Text Example
White with #C34AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AEF; }
p { color: rgb(195,74,239); }
H1.HeaderClassName
{
color: #C34AEF;
}
.AnyTagClassName
{
color: #C34AEF;
}
</style>
background-color css
<style>
a { background-color: #C34AEF; }
a { background-color: rgb(195,74,239); }
div.DivClassName
{
background-color: #C34AEF;
}
.BgClassName
{
background-color: #C34AEF;
}
</style>
border-color css
<style>
span { border-color: #C34AEF; }
span { border-color: rgb(195,74,239); }
td.TdClassName
{
border-color: #C34AEF;
}
.TagClassName
{
border-color: #C34AEF;
}
</style>