Shades of Medium Orchid #C35DD2
Tints of Medium Orchid #C35DD2
RGB
CMYK
RGB Variations
Color information
#C35DD2 (or 0xC35DD2) is known color: Medium Orchid. HEX triplet: C3, 5D and D2. RGB value is (195,93,210). Sum of RGB (Red+Green+Blue) = 195+93+210=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #C35DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DD2 is #3CA22D. Grayscale: #888888. Windows color (decimal): -3973678 or 13786563. OLE color: 13786563.
HSL color Cylindrical-coordinate representation of color #C35DD2: hue angle of 292.31º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35DD2 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 93 | 210 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.18 |
| HSL | 292.31º | 0.57% | 0.59% | - |
| HSV(B) | 292.31º | 0.56% | 0.82% | - |
| XYZ | 38.05 | 24.08 | 63.62 | - |
| YUV | 136.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 210 | 0.07 | 0.56 | 0 | 0.18 | 292.31 | 0.57 | 0.59 |
| Hex | C3 | 5D | D2 | 7 | 38 | 0 | 12 | 124 | 39 | 3B |
| Octal | 303 | 135 | 322 | 7 | 70 | 0 | 22 | 444 | 71 | 73 |
| Binary | 11000011 | 1011101 | 11010010 | 111 | 111000 | 0 | 10010 | 100100100 | 111001 | 111011 |
Color Harmonies of #C35DD2
Complementary color
Monochromatic Colors of #C35DD2
Black with #C35DD2
Text Example
Text Example
White with #C35DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DD2; }
p { color: rgb(195,93,210); }
H1.HeaderClassName
{
color: #C35DD2;
}
.AnyTagClassName
{
color: #C35DD2;
}
</style>
background-color css
<style>
a { background-color: #C35DD2; }
a { background-color: rgb(195,93,210); }
div.DivClassName
{
background-color: #C35DD2;
}
.BgClassName
{
background-color: #C35DD2;
}
</style>
border-color css
<style>
span { border-color: #C35DD2; }
span { border-color: rgb(195,93,210); }
td.TdClassName
{
border-color: #C35DD2;
}
.TagClassName
{
border-color: #C35DD2;
}
</style>