Shades of Medium Orchid #C334D0
Tints of Medium Orchid #C334D0
RGB
CMYK
RGB Variations
Color information
#C334D0 (or 0xC334D0) is known color: Medium Orchid. HEX triplet: C3, 34 and D0. RGB value is (195,52,208). Sum of RGB (Red+Green+Blue) = 195+52+208=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #C334D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334D0 is #3CCB2F. Grayscale: #707070. Windows color (decimal): -3984176 or 13644995. OLE color: 13644995.
HSL color Cylindrical-coordinate representation of color #C334D0: hue angle of 295º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C334D0 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 52 | 208 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 295º | 0.62% | 0.51% | - |
| HSV(B) | 295º | 0.75% | 0.82% | - |
| XYZ | 35.12 | 18.61 | 61.42 | - |
| YUV | 112.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 208 | 0.06 | 0.75 | 0 | 0.18 | 295 | 0.62 | 0.51 |
| Hex | C3 | 34 | D0 | 6 | 4B | 0 | 12 | 127 | 3E | 33 |
| Octal | 303 | 64 | 320 | 6 | 113 | 0 | 22 | 447 | 76 | 63 |
| Binary | 11000011 | 110100 | 11010000 | 110 | 1001011 | 0 | 10010 | 100100111 | 111110 | 110011 |
Color Harmonies of #C334D0
Complementary color
Monochromatic Colors of #C334D0
Black with #C334D0
Text Example
Text Example
White with #C334D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334D0; }
p { color: rgb(195,52,208); }
H1.HeaderClassName
{
color: #C334D0;
}
.AnyTagClassName
{
color: #C334D0;
}
</style>
background-color css
<style>
a { background-color: #C334D0; }
a { background-color: rgb(195,52,208); }
div.DivClassName
{
background-color: #C334D0;
}
.BgClassName
{
background-color: #C334D0;
}
</style>
border-color css
<style>
span { border-color: #C334D0; }
span { border-color: rgb(195,52,208); }
td.TdClassName
{
border-color: #C334D0;
}
.TagClassName
{
border-color: #C334D0;
}
</style>