Shades of Medium Orchid #C35AF6
Tints of Medium Orchid #C35AF6
RGB
CMYK
RGB Variations
Color information
#C35AF6 (or 0xC35AF6) is known color: Medium Orchid. HEX triplet: C3, 5A and F6. RGB value is (195,90,246). Sum of RGB (Red+Green+Blue) = 195+90+246=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #C35AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AF6 is #3CA509. Grayscale: #8A8A8A. Windows color (decimal): -3974410 or 16145091. OLE color: 16145091.
HSL color Cylindrical-coordinate representation of color #C35AF6: hue angle of 280.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35AF6 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 90 | 246 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.04 |
| HSL | 280.38º | 0.9% | 0.66% | - |
| HSV(B) | 280.38º | 0.63% | 0.96% | - |
| XYZ | 42.8 | 25.57 | 89.87 | - |
| YUV | 139.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 246 | 0.21 | 0.63 | 0 | 0.04 | 280.38 | 0.9 | 0.66 |
| Hex | C3 | 5A | F6 | 15 | 3F | 0 | 4 | 118 | 5A | 42 |
| Octal | 303 | 132 | 366 | 25 | 77 | 0 | 4 | 430 | 132 | 102 |
| Binary | 11000011 | 1011010 | 11110110 | 10101 | 111111 | 0 | 100 | 100011000 | 1011010 | 1000010 |
Color Harmonies of #C35AF6
Complementary color
Monochromatic Colors of #C35AF6
Black with #C35AF6
Text Example
Text Example
White with #C35AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AF6; }
p { color: rgb(195,90,246); }
H1.HeaderClassName
{
color: #C35AF6;
}
.AnyTagClassName
{
color: #C35AF6;
}
</style>
background-color css
<style>
a { background-color: #C35AF6; }
a { background-color: rgb(195,90,246); }
div.DivClassName
{
background-color: #C35AF6;
}
.BgClassName
{
background-color: #C35AF6;
}
</style>
border-color css
<style>
span { border-color: #C35AF6; }
span { border-color: rgb(195,90,246); }
td.TdClassName
{
border-color: #C35AF6;
}
.TagClassName
{
border-color: #C35AF6;
}
</style>