Shades of Medium Orchid #C35AD7
Tints of Medium Orchid #C35AD7
RGB
CMYK
RGB Variations
Color information
#C35AD7 (or 0xC35AD7) is known color: Medium Orchid. HEX triplet: C3, 5A and D7. RGB value is (195,90,215). Sum of RGB (Red+Green+Blue) = 195+90+215=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #C35AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35AD7 is #3CA528. Grayscale: #878787. Windows color (decimal): -3974441 or 14113475. OLE color: 14113475.
HSL color Cylindrical-coordinate representation of color #C35AD7: hue angle of 290.4º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35AD7 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 90 | 215 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.16 |
| HSL | 290.4º | 0.61% | 0.6% | - |
| HSV(B) | 290.4º | 0.58% | 0.84% | - |
| XYZ | 38.43 | 23.82 | 66.86 | - |
| YUV | 135.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 215 | 0.09 | 0.58 | 0 | 0.16 | 290.4 | 0.61 | 0.6 |
| Hex | C3 | 5A | D7 | 9 | 3A | 0 | 10 | 122 | 3D | 3C |
| Octal | 303 | 132 | 327 | 11 | 72 | 0 | 20 | 442 | 75 | 74 |
| Binary | 11000011 | 1011010 | 11010111 | 1001 | 111010 | 0 | 10000 | 100100010 | 111101 | 111100 |
Color Harmonies of #C35AD7
Complementary color
Monochromatic Colors of #C35AD7
Black with #C35AD7
Text Example
Text Example
White with #C35AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AD7; }
p { color: rgb(195,90,215); }
H1.HeaderClassName
{
color: #C35AD7;
}
.AnyTagClassName
{
color: #C35AD7;
}
</style>
background-color css
<style>
a { background-color: #C35AD7; }
a { background-color: rgb(195,90,215); }
div.DivClassName
{
background-color: #C35AD7;
}
.BgClassName
{
background-color: #C35AD7;
}
</style>
border-color css
<style>
span { border-color: #C35AD7; }
span { border-color: rgb(195,90,215); }
td.TdClassName
{
border-color: #C35AD7;
}
.TagClassName
{
border-color: #C35AD7;
}
</style>