Shades of Medium Orchid #C334D2
Tints of Medium Orchid #C334D2
RGB
CMYK
RGB Variations
Color information
#C334D2 (or 0xC334D2) is known color: Medium Orchid. HEX triplet: C3, 34 and D2. RGB value is (195,52,210). Sum of RGB (Red+Green+Blue) = 195+52+210=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #C334D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334D2 is #3CCB2D. Grayscale: #707070. Windows color (decimal): -3984174 or 13776067. OLE color: 13776067.
HSL color Cylindrical-coordinate representation of color #C334D2: hue angle of 294.3º degrees, saturation: 0.64, 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 #C334D2 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 52 | 210 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.18 |
| HSL | 294.3º | 0.64% | 0.51% | - |
| HSV(B) | 294.3º | 0.75% | 0.82% | - |
| XYZ | 35.37 | 18.71 | 62.72 | - |
| YUV | 112.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 210 | 0.07 | 0.75 | 0 | 0.18 | 294.3 | 0.64 | 0.51 |
| Hex | C3 | 34 | D2 | 7 | 4B | 0 | 12 | 126 | 40 | 33 |
| Octal | 303 | 64 | 322 | 7 | 113 | 0 | 22 | 446 | 100 | 63 |
| Binary | 11000011 | 110100 | 11010010 | 111 | 1001011 | 0 | 10010 | 100100110 | 1000000 | 110011 |
Color Harmonies of #C334D2
Complementary color
Monochromatic Colors of #C334D2
Black with #C334D2
Text Example
Text Example
White with #C334D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334D2; }
p { color: rgb(195,52,210); }
H1.HeaderClassName
{
color: #C334D2;
}
.AnyTagClassName
{
color: #C334D2;
}
</style>
background-color css
<style>
a { background-color: #C334D2; }
a { background-color: rgb(195,52,210); }
div.DivClassName
{
background-color: #C334D2;
}
.BgClassName
{
background-color: #C334D2;
}
</style>
border-color css
<style>
span { border-color: #C334D2; }
span { border-color: rgb(195,52,210); }
td.TdClassName
{
border-color: #C334D2;
}
.TagClassName
{
border-color: #C334D2;
}
</style>