Shades of Medium Orchid #C35AEA
Tints of Medium Orchid #C35AEA
RGB
CMYK
RGB Variations
Color information
#C35AEA (or 0xC35AEA) is known color: Medium Orchid. HEX triplet: C3, 5A and EA. RGB value is (195,90,234). Sum of RGB (Red+Green+Blue) = 195+90+234=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #C35AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AEA is #3CA515. Grayscale: #898989. Windows color (decimal): -3974422 or 15358659. OLE color: 15358659.
HSL color Cylindrical-coordinate representation of color #C35AEA: hue angle of 283.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35AEA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 90 | 234 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.08 |
| HSL | 283.75º | 0.77% | 0.64% | - |
| HSV(B) | 283.75º | 0.62% | 0.92% | - |
| XYZ | 41.01 | 24.85 | 80.48 | - |
| YUV | 137.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 234 | 0.17 | 0.62 | 0 | 0.08 | 283.75 | 0.77 | 0.64 |
| Hex | C3 | 5A | EA | 11 | 3E | 0 | 8 | 11C | 4D | 40 |
| Octal | 303 | 132 | 352 | 21 | 76 | 0 | 10 | 434 | 115 | 100 |
| Binary | 11000011 | 1011010 | 11101010 | 10001 | 111110 | 0 | 1000 | 100011100 | 1001101 | 1000000 |
Color Harmonies of #C35AEA
Complementary color
Monochromatic Colors of #C35AEA
Black with #C35AEA
Text Example
Text Example
White with #C35AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AEA; }
p { color: rgb(195,90,234); }
H1.HeaderClassName
{
color: #C35AEA;
}
.AnyTagClassName
{
color: #C35AEA;
}
</style>
background-color css
<style>
a { background-color: #C35AEA; }
a { background-color: rgb(195,90,234); }
div.DivClassName
{
background-color: #C35AEA;
}
.BgClassName
{
background-color: #C35AEA;
}
</style>
border-color css
<style>
span { border-color: #C35AEA; }
span { border-color: rgb(195,90,234); }
td.TdClassName
{
border-color: #C35AEA;
}
.TagClassName
{
border-color: #C35AEA;
}
</style>