Shades of Medium Orchid #C335FB
Tints of Medium Orchid #C335FB
RGB
CMYK
RGB Variations
Color information
#C335FB (or 0xC335FB) is known color: Medium Orchid. HEX triplet: C3, 35 and FB. RGB value is (195,53,251). Sum of RGB (Red+Green+Blue) = 195+53+251=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C335FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335FB is #3CCA04. Grayscale: #757575. Windows color (decimal): -3983877 or 16463299. OLE color: 16463299.
HSL color Cylindrical-coordinate representation of color #C335FB: hue angle of 283.03º 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 #C335FB is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 53 | 251 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.02 |
| HSL | 283.03º | 0.96% | 0.6% | - |
| HSV(B) | 283.03º | 0.79% | 0.98% | - |
| XYZ | 41.19 | 21.11 | 93.17 | - |
| YUV | 118.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 251 | 0.22 | 0.79 | 0 | 0.02 | 283.03 | 0.96 | 0.6 |
| Hex | C3 | 35 | FB | 16 | 4F | 0 | 2 | 11B | 60 | 3C |
| Octal | 303 | 65 | 373 | 26 | 117 | 0 | 2 | 433 | 140 | 74 |
| Binary | 11000011 | 110101 | 11111011 | 10110 | 1001111 | 0 | 10 | 100011011 | 1100000 | 111100 |
Color Harmonies of #C335FB
Complementary color
Monochromatic Colors of #C335FB
Black with #C335FB
Text Example
Text Example
White with #C335FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335FB; }
p { color: rgb(195,53,251); }
H1.HeaderClassName
{
color: #C335FB;
}
.AnyTagClassName
{
color: #C335FB;
}
</style>
background-color css
<style>
a { background-color: #C335FB; }
a { background-color: rgb(195,53,251); }
div.DivClassName
{
background-color: #C335FB;
}
.BgClassName
{
background-color: #C335FB;
}
</style>
border-color css
<style>
span { border-color: #C335FB; }
span { border-color: rgb(195,53,251); }
td.TdClassName
{
border-color: #C335FB;
}
.TagClassName
{
border-color: #C335FB;
}
</style>