Shades of Medium Orchid #C35ADF
Tints of Medium Orchid #C35ADF
RGB
CMYK
RGB Variations
Color information
#C35ADF (or 0xC35ADF) is known color: Medium Orchid. HEX triplet: C3, 5A and DF. RGB value is (195,90,223). Sum of RGB (Red+Green+Blue) = 195+90+223=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C35ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ADF is #3CA520. Grayscale: #888888. Windows color (decimal): -3974433 or 14637763. OLE color: 14637763.
HSL color Cylindrical-coordinate representation of color #C35ADF: hue angle of 287.37º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35ADF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 90 | 223 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.13 |
| HSL | 287.37º | 0.68% | 0.61% | - |
| HSV(B) | 287.37º | 0.6% | 0.87% | - |
| XYZ | 39.48 | 24.24 | 72.41 | - |
| YUV | 136.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 223 | 0.13 | 0.60 | 0 | 0.13 | 287.37 | 0.68 | 0.61 |
| Hex | C3 | 5A | DF | D | 3C | 0 | D | 11F | 44 | 3D |
| Octal | 303 | 132 | 337 | 15 | 74 | 0 | 15 | 437 | 104 | 75 |
| Binary | 11000011 | 1011010 | 11011111 | 1101 | 111100 | 0 | 1101 | 100011111 | 1000100 | 111101 |
Color Harmonies of #C35ADF
Complementary color
Monochromatic Colors of #C35ADF
Black with #C35ADF
Text Example
Text Example
White with #C35ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ADF; }
p { color: rgb(195,90,223); }
H1.HeaderClassName
{
color: #C35ADF;
}
.AnyTagClassName
{
color: #C35ADF;
}
</style>
background-color css
<style>
a { background-color: #C35ADF; }
a { background-color: rgb(195,90,223); }
div.DivClassName
{
background-color: #C35ADF;
}
.BgClassName
{
background-color: #C35ADF;
}
</style>
border-color css
<style>
span { border-color: #C35ADF; }
span { border-color: rgb(195,90,223); }
td.TdClassName
{
border-color: #C35ADF;
}
.TagClassName
{
border-color: #C35ADF;
}
</style>