Shades of Medium Orchid #C35AD8
Tints of Medium Orchid #C35AD8
RGB
CMYK
RGB Variations
Color information
#C35AD8 (or 0xC35AD8) is known color: Medium Orchid. HEX triplet: C3, 5A and D8. RGB value is (195,90,216). Sum of RGB (Red+Green+Blue) = 195+90+216=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #C35AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35AD8 is #3CA527. Grayscale: #878787. Windows color (decimal): -3974440 or 14179011. OLE color: 14179011.
HSL color Cylindrical-coordinate representation of color #C35AD8: hue angle of 290º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35AD8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 90 | 216 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.15 |
| HSL | 290º | 0.62% | 0.6% | - |
| HSV(B) | 290º | 0.58% | 0.85% | - |
| XYZ | 38.56 | 23.87 | 67.54 | - |
| YUV | 135.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 216 | 0.10 | 0.58 | 0 | 0.15 | 290 | 0.62 | 0.6 |
| Hex | C3 | 5A | D8 | A | 3A | 0 | F | 122 | 3E | 3C |
| Octal | 303 | 132 | 330 | 12 | 72 | 0 | 17 | 442 | 76 | 74 |
| Binary | 11000011 | 1011010 | 11011000 | 1010 | 111010 | 0 | 1111 | 100100010 | 111110 | 111100 |
Color Harmonies of #C35AD8
Complementary color
Monochromatic Colors of #C35AD8
Black with #C35AD8
Text Example
Text Example
White with #C35AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AD8; }
p { color: rgb(195,90,216); }
H1.HeaderClassName
{
color: #C35AD8;
}
.AnyTagClassName
{
color: #C35AD8;
}
</style>
background-color css
<style>
a { background-color: #C35AD8; }
a { background-color: rgb(195,90,216); }
div.DivClassName
{
background-color: #C35AD8;
}
.BgClassName
{
background-color: #C35AD8;
}
</style>
border-color css
<style>
span { border-color: #C35AD8; }
span { border-color: rgb(195,90,216); }
td.TdClassName
{
border-color: #C35AD8;
}
.TagClassName
{
border-color: #C35AD8;
}
</style>