Shades of Medium Orchid #C935FB
Tints of Medium Orchid #C935FB
RGB
CMYK
RGB Variations
Color information
#C935FB (or 0xC935FB) is known color: Medium Orchid. HEX triplet: C9, 35 and FB. RGB value is (201,53,251). Sum of RGB (Red+Green+Blue) = 201+53+251=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C935FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FB is #36CA04. Grayscale: #777777. Windows color (decimal): -3590661 or 16463305. OLE color: 16463305.
HSL color Cylindrical-coordinate representation of color #C935FB: hue angle of 284.85º 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 #C935FB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 53 | 251 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.02 |
| HSL | 284.85º | 0.96% | 0.6% | - |
| HSV(B) | 284.85º | 0.79% | 0.98% | - |
| XYZ | 42.77 | 21.93 | 93.25 | - |
| YUV | 119.82 | 202.03 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 251 | 0.20 | 0.79 | 0 | 0.02 | 284.85 | 0.96 | 0.6 |
| Hex | C9 | 35 | FB | 14 | 4F | 0 | 2 | 11D | 60 | 3C |
| Octal | 311 | 65 | 373 | 24 | 117 | 0 | 2 | 435 | 140 | 74 |
| Binary | 11001001 | 110101 | 11111011 | 10100 | 1001111 | 0 | 10 | 100011101 | 1100000 | 111100 |
Color Harmonies of #C935FB
Complementary color
Monochromatic Colors of #C935FB
Black with #C935FB
Text Example
Text Example
White with #C935FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935FB; }
p { color: rgb(201,53,251); }
H1.HeaderClassName
{
color: #C935FB;
}
.AnyTagClassName
{
color: #C935FB;
}
</style>
background-color css
<style>
a { background-color: #C935FB; }
a { background-color: rgb(201,53,251); }
div.DivClassName
{
background-color: #C935FB;
}
.BgClassName
{
background-color: #C935FB;
}
</style>
border-color css
<style>
span { border-color: #C935FB; }
span { border-color: rgb(201,53,251); }
td.TdClassName
{
border-color: #C935FB;
}
.TagClassName
{
border-color: #C935FB;
}
</style>