Shades of Medium Orchid #C35DDA
Tints of Medium Orchid #C35DDA
RGB
CMYK
RGB Variations
Color information
#C35DDA (or 0xC35DDA) is known color: Medium Orchid. HEX triplet: C3, 5D and DA. RGB value is (195,93,218). Sum of RGB (Red+Green+Blue) = 195+93+218=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C35DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DDA is #3CA225. Grayscale: #898989. Windows color (decimal): -3973670 or 14310851. OLE color: 14310851.
HSL color Cylindrical-coordinate representation of color #C35DDA: hue angle of 288.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35DDA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 93 | 218 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.15 |
| HSL | 288.96º | 0.63% | 0.61% | - |
| HSV(B) | 288.96º | 0.57% | 0.85% | - |
| XYZ | 39.07 | 24.49 | 69 | - |
| YUV | 137.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 218 | 0.11 | 0.57 | 0 | 0.15 | 288.96 | 0.63 | 0.61 |
| Hex | C3 | 5D | DA | B | 39 | 0 | F | 121 | 3F | 3D |
| Octal | 303 | 135 | 332 | 13 | 71 | 0 | 17 | 441 | 77 | 75 |
| Binary | 11000011 | 1011101 | 11011010 | 1011 | 111001 | 0 | 1111 | 100100001 | 111111 | 111101 |
Color Harmonies of #C35DDA
Complementary color
Monochromatic Colors of #C35DDA
Black with #C35DDA
Text Example
Text Example
White with #C35DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DDA; }
p { color: rgb(195,93,218); }
H1.HeaderClassName
{
color: #C35DDA;
}
.AnyTagClassName
{
color: #C35DDA;
}
</style>
background-color css
<style>
a { background-color: #C35DDA; }
a { background-color: rgb(195,93,218); }
div.DivClassName
{
background-color: #C35DDA;
}
.BgClassName
{
background-color: #C35DDA;
}
</style>
border-color css
<style>
span { border-color: #C35DDA; }
span { border-color: rgb(195,93,218); }
td.TdClassName
{
border-color: #C35DDA;
}
.TagClassName
{
border-color: #C35DDA;
}
</style>