Shades of Medium Orchid #C335D0
Tints of Medium Orchid #C335D0
RGB
CMYK
RGB Variations
Color information
#C335D0 (or 0xC335D0) is known color: Medium Orchid. HEX triplet: C3, 35 and D0. RGB value is (195,53,208). Sum of RGB (Red+Green+Blue) = 195+53+208=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #C335D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335D0 is #3CCA2F. Grayscale: #707070. Windows color (decimal): -3983920 or 13645251. OLE color: 13645251.
HSL color Cylindrical-coordinate representation of color #C335D0: hue angle of 294.97º 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 #C335D0 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 53 | 208 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 294.97º | 0.62% | 0.51% | - |
| HSV(B) | 294.97º | 0.75% | 0.82% | - |
| XYZ | 35.16 | 18.7 | 61.43 | - |
| YUV | 113.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 208 | 0.06 | 0.75 | 0 | 0.18 | 294.97 | 0.62 | 0.51 |
| Hex | C3 | 35 | D0 | 6 | 4B | 0 | 12 | 127 | 3E | 33 |
| Octal | 303 | 65 | 320 | 6 | 113 | 0 | 22 | 447 | 76 | 63 |
| Binary | 11000011 | 110101 | 11010000 | 110 | 1001011 | 0 | 10010 | 100100111 | 111110 | 110011 |
Color Harmonies of #C335D0
Complementary color
Monochromatic Colors of #C335D0
Black with #C335D0
Text Example
Text Example
White with #C335D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335D0; }
p { color: rgb(195,53,208); }
H1.HeaderClassName
{
color: #C335D0;
}
.AnyTagClassName
{
color: #C335D0;
}
</style>
background-color css
<style>
a { background-color: #C335D0; }
a { background-color: rgb(195,53,208); }
div.DivClassName
{
background-color: #C335D0;
}
.BgClassName
{
background-color: #C335D0;
}
</style>
border-color css
<style>
span { border-color: #C335D0; }
span { border-color: rgb(195,53,208); }
td.TdClassName
{
border-color: #C335D0;
}
.TagClassName
{
border-color: #C335D0;
}
</style>