Shades of Medium Orchid #C735FB
Tints of Medium Orchid #C735FB
RGB
CMYK
RGB Variations
Color information
#C735FB (or 0xC735FB) is known color: Medium Orchid. HEX triplet: C7, 35 and FB. RGB value is (199,53,251). Sum of RGB (Red+Green+Blue) = 199+53+251=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C735FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735FB is #38CA04. Grayscale: #767676. Windows color (decimal): -3721733 or 16463303. OLE color: 16463303.
HSL color Cylindrical-coordinate representation of color #C735FB: hue angle of 284.24º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C735FB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 53 | 251 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.02 |
| HSL | 284.24º | 0.96% | 0.6% | - |
| HSV(B) | 284.24º | 0.79% | 0.98% | - |
| XYZ | 42.24 | 21.65 | 93.22 | - |
| YUV | 119.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 251 | 0.21 | 0.79 | 0 | 0.02 | 284.24 | 0.96 | 0.6 |
| Hex | C7 | 35 | FB | 15 | 4F | 0 | 2 | 11C | 60 | 3C |
| Octal | 307 | 65 | 373 | 25 | 117 | 0 | 2 | 434 | 140 | 74 |
| Binary | 11000111 | 110101 | 11111011 | 10101 | 1001111 | 0 | 10 | 100011100 | 1100000 | 111100 |
Color Harmonies of #C735FB
Complementary color
Monochromatic Colors of #C735FB
Black with #C735FB
Text Example
Text Example
White with #C735FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735FB; }
p { color: rgb(199,53,251); }
H1.HeaderClassName
{
color: #C735FB;
}
.AnyTagClassName
{
color: #C735FB;
}
</style>
background-color css
<style>
a { background-color: #C735FB; }
a { background-color: rgb(199,53,251); }
div.DivClassName
{
background-color: #C735FB;
}
.BgClassName
{
background-color: #C735FB;
}
</style>
border-color css
<style>
span { border-color: #C735FB; }
span { border-color: rgb(199,53,251); }
td.TdClassName
{
border-color: #C735FB;
}
.TagClassName
{
border-color: #C735FB;
}
</style>