Shades of Medium Orchid #C35ADA
Tints of Medium Orchid #C35ADA
RGB
CMYK
RGB Variations
Color information
#C35ADA (or 0xC35ADA) is known color: Medium Orchid. HEX triplet: C3, 5A and DA. RGB value is (195,90,218). Sum of RGB (Red+Green+Blue) = 195+90+218=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #C35ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ADA is #3CA525. Grayscale: #878787. Windows color (decimal): -3974438 or 14310083. OLE color: 14310083.
HSL color Cylindrical-coordinate representation of color #C35ADA: hue angle of 289.22º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35ADA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 90 | 218 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.15 |
| HSL | 289.22º | 0.63% | 0.6% | - |
| HSV(B) | 289.22º | 0.59% | 0.85% | - |
| XYZ | 38.82 | 23.98 | 68.91 | - |
| YUV | 135.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 218 | 0.11 | 0.59 | 0 | 0.15 | 289.22 | 0.63 | 0.6 |
| Hex | C3 | 5A | DA | B | 3B | 0 | F | 121 | 3F | 3C |
| Octal | 303 | 132 | 332 | 13 | 73 | 0 | 17 | 441 | 77 | 74 |
| Binary | 11000011 | 1011010 | 11011010 | 1011 | 111011 | 0 | 1111 | 100100001 | 111111 | 111100 |
Color Harmonies of #C35ADA
Complementary color
Monochromatic Colors of #C35ADA
Black with #C35ADA
Text Example
Text Example
White with #C35ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ADA; }
p { color: rgb(195,90,218); }
H1.HeaderClassName
{
color: #C35ADA;
}
.AnyTagClassName
{
color: #C35ADA;
}
</style>
background-color css
<style>
a { background-color: #C35ADA; }
a { background-color: rgb(195,90,218); }
div.DivClassName
{
background-color: #C35ADA;
}
.BgClassName
{
background-color: #C35ADA;
}
</style>
border-color css
<style>
span { border-color: #C35ADA; }
span { border-color: rgb(195,90,218); }
td.TdClassName
{
border-color: #C35ADA;
}
.TagClassName
{
border-color: #C35ADA;
}
</style>