Shades of Medium Orchid #C635FB
Tints of Medium Orchid #C635FB
RGB
CMYK
RGB Variations
Color information
#C635FB (or 0xC635FB) is known color: Medium Orchid. HEX triplet: C6, 35 and FB. RGB value is (198,53,251). Sum of RGB (Red+Green+Blue) = 198+53+251=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #C635FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C635FB is #39CA04. Grayscale: #767676. Windows color (decimal): -3787269 or 16463302. OLE color: 16463302.
HSL color Cylindrical-coordinate representation of color #C635FB: hue angle of 283.94º 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 #C635FB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 53 | 251 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.02 |
| HSL | 283.94º | 0.96% | 0.6% | - |
| HSV(B) | 283.94º | 0.79% | 0.98% | - |
| XYZ | 41.97 | 21.52 | 93.21 | - |
| YUV | 118.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 251 | 0.21 | 0.79 | 0 | 0.02 | 283.94 | 0.96 | 0.6 |
| Hex | C6 | 35 | FB | 15 | 4F | 0 | 2 | 11C | 60 | 3C |
| Octal | 306 | 65 | 373 | 25 | 117 | 0 | 2 | 434 | 140 | 74 |
| Binary | 11000110 | 110101 | 11111011 | 10101 | 1001111 | 0 | 10 | 100011100 | 1100000 | 111100 |
Color Harmonies of #C635FB
Complementary color
Monochromatic Colors of #C635FB
Black with #C635FB
Text Example
Text Example
White with #C635FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635FB; }
p { color: rgb(198,53,251); }
H1.HeaderClassName
{
color: #C635FB;
}
.AnyTagClassName
{
color: #C635FB;
}
</style>
background-color css
<style>
a { background-color: #C635FB; }
a { background-color: rgb(198,53,251); }
div.DivClassName
{
background-color: #C635FB;
}
.BgClassName
{
background-color: #C635FB;
}
</style>
border-color css
<style>
span { border-color: #C635FB; }
span { border-color: rgb(198,53,251); }
td.TdClassName
{
border-color: #C635FB;
}
.TagClassName
{
border-color: #C635FB;
}
</style>