Shades of Medium Orchid #C332DC
Tints of Medium Orchid #C332DC
RGB
CMYK
RGB Variations
Color information
#C332DC (or 0xC332DC) is known color: Medium Orchid. HEX triplet: C3, 32 and DC. RGB value is (195,50,220). Sum of RGB (Red+Green+Blue) = 195+50+220=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #C332DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332DC is #3CCD23. Grayscale: #707070. Windows color (decimal): -3984676 or 14430915. OLE color: 14430915.
HSL color Cylindrical-coordinate representation of color #C332DC: hue angle of 291.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C332DC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 50 | 220 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.14 |
| HSL | 291.18º | 0.71% | 0.53% | - |
| HSV(B) | 291.18º | 0.77% | 0.86% | - |
| XYZ | 36.56 | 19.05 | 69.46 | - |
| YUV | 112.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 220 | 0.11 | 0.77 | 0 | 0.14 | 291.18 | 0.71 | 0.53 |
| Hex | C3 | 32 | DC | B | 4D | 0 | E | 123 | 47 | 35 |
| Octal | 303 | 62 | 334 | 13 | 115 | 0 | 16 | 443 | 107 | 65 |
| Binary | 11000011 | 110010 | 11011100 | 1011 | 1001101 | 0 | 1110 | 100100011 | 1000111 | 110101 |
Color Harmonies of #C332DC
Complementary color
Monochromatic Colors of #C332DC
Black with #C332DC
Text Example
Text Example
White with #C332DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332DC; }
p { color: rgb(195,50,220); }
H1.HeaderClassName
{
color: #C332DC;
}
.AnyTagClassName
{
color: #C332DC;
}
</style>
background-color css
<style>
a { background-color: #C332DC; }
a { background-color: rgb(195,50,220); }
div.DivClassName
{
background-color: #C332DC;
}
.BgClassName
{
background-color: #C332DC;
}
</style>
border-color css
<style>
span { border-color: #C332DC; }
span { border-color: rgb(195,50,220); }
td.TdClassName
{
border-color: #C332DC;
}
.TagClassName
{
border-color: #C332DC;
}
</style>