Shades of Medium Orchid #C334DE
Tints of Medium Orchid #C334DE
RGB
CMYK
RGB Variations
Color information
#C334DE (or 0xC334DE) is known color: Medium Orchid. HEX triplet: C3, 34 and DE. RGB value is (195,52,222). Sum of RGB (Red+Green+Blue) = 195+52+222=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #C334DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334DE is #3CCB21. Grayscale: #717171. Windows color (decimal): -3984162 or 14562499. OLE color: 14562499.
HSL color Cylindrical-coordinate representation of color #C334DE: hue angle of 290.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C334DE is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 52 | 222 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.13 |
| HSL | 290.47º | 0.72% | 0.54% | - |
| HSV(B) | 290.47º | 0.77% | 0.87% | - |
| XYZ | 36.92 | 19.33 | 70.89 | - |
| YUV | 114.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 222 | 0.12 | 0.77 | 0 | 0.13 | 290.47 | 0.72 | 0.54 |
| Hex | C3 | 34 | DE | C | 4D | 0 | D | 122 | 48 | 36 |
| Octal | 303 | 64 | 336 | 14 | 115 | 0 | 15 | 442 | 110 | 66 |
| Binary | 11000011 | 110100 | 11011110 | 1100 | 1001101 | 0 | 1101 | 100100010 | 1001000 | 110110 |
Color Harmonies of #C334DE
Complementary color
Monochromatic Colors of #C334DE
Black with #C334DE
Text Example
Text Example
White with #C334DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334DE; }
p { color: rgb(195,52,222); }
H1.HeaderClassName
{
color: #C334DE;
}
.AnyTagClassName
{
color: #C334DE;
}
</style>
background-color css
<style>
a { background-color: #C334DE; }
a { background-color: rgb(195,52,222); }
div.DivClassName
{
background-color: #C334DE;
}
.BgClassName
{
background-color: #C334DE;
}
</style>
border-color css
<style>
span { border-color: #C334DE; }
span { border-color: rgb(195,52,222); }
td.TdClassName
{
border-color: #C334DE;
}
.TagClassName
{
border-color: #C334DE;
}
</style>