Shades of Medium Orchid #C735FA
Tints of Medium Orchid #C735FA
RGB
CMYK
RGB Variations
Color information
#C735FA (or 0xC735FA) is known color: Medium Orchid. HEX triplet: C7, 35 and FA. RGB value is (199,53,250). Sum of RGB (Red+Green+Blue) = 199+53+250=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C735FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735FA is #38CA05. Grayscale: #767676. Windows color (decimal): -3721734 or 16397767. OLE color: 16397767.
HSL color Cylindrical-coordinate representation of color #C735FA: hue angle of 284.47º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C735FA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 53 | 250 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.02 |
| HSL | 284.47º | 0.95% | 0.59% | - |
| HSV(B) | 284.47º | 0.79% | 0.98% | - |
| XYZ | 42.08 | 21.59 | 92.39 | - |
| YUV | 119.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 250 | 0.20 | 0.79 | 0 | 0.02 | 284.47 | 0.95 | 0.59 |
| Hex | C7 | 35 | FA | 14 | 4F | 0 | 2 | 11C | 5F | 3B |
| Octal | 307 | 65 | 372 | 24 | 117 | 0 | 2 | 434 | 137 | 73 |
| Binary | 11000111 | 110101 | 11111010 | 10100 | 1001111 | 0 | 10 | 100011100 | 1011111 | 111011 |
Color Harmonies of #C735FA
Complementary color
Monochromatic Colors of #C735FA
Black with #C735FA
Text Example
Text Example
White with #C735FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735FA; }
p { color: rgb(199,53,250); }
H1.HeaderClassName
{
color: #C735FA;
}
.AnyTagClassName
{
color: #C735FA;
}
</style>
background-color css
<style>
a { background-color: #C735FA; }
a { background-color: rgb(199,53,250); }
div.DivClassName
{
background-color: #C735FA;
}
.BgClassName
{
background-color: #C735FA;
}
</style>
border-color css
<style>
span { border-color: #C735FA; }
span { border-color: rgb(199,53,250); }
td.TdClassName
{
border-color: #C735FA;
}
.TagClassName
{
border-color: #C735FA;
}
</style>