Shades of Medium Orchid #C353FB
Tints of Medium Orchid #C353FB
RGB
CMYK
RGB Variations
Color information
#C353FB (or 0xC353FB) is known color: Medium Orchid. HEX triplet: C3, 53 and FB. RGB value is (195,83,251). Sum of RGB (Red+Green+Blue) = 195+83+251=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #C353FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353FB is #3CAC04. Grayscale: #878787. Windows color (decimal): -3976197 or 16470979. OLE color: 16470979.
HSL color Cylindrical-coordinate representation of color #C353FB: hue angle of 280º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C353FB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 83 | 251 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.02 |
| HSL | 280º | 0.95% | 0.65% | - |
| HSV(B) | 280º | 0.67% | 0.98% | - |
| XYZ | 43.01 | 24.75 | 93.78 | - |
| YUV | 135.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 251 | 0.22 | 0.67 | 0 | 0.02 | 280 | 0.95 | 0.65 |
| Hex | C3 | 53 | FB | 16 | 43 | 0 | 2 | 118 | 5F | 41 |
| Octal | 303 | 123 | 373 | 26 | 103 | 0 | 2 | 430 | 137 | 101 |
| Binary | 11000011 | 1010011 | 11111011 | 10110 | 1000011 | 0 | 10 | 100011000 | 1011111 | 1000001 |
Color Harmonies of #C353FB
Complementary color
Monochromatic Colors of #C353FB
Black with #C353FB
Text Example
Text Example
White with #C353FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353FB; }
p { color: rgb(195,83,251); }
H1.HeaderClassName
{
color: #C353FB;
}
.AnyTagClassName
{
color: #C353FB;
}
</style>
background-color css
<style>
a { background-color: #C353FB; }
a { background-color: rgb(195,83,251); }
div.DivClassName
{
background-color: #C353FB;
}
.BgClassName
{
background-color: #C353FB;
}
</style>
border-color css
<style>
span { border-color: #C353FB; }
span { border-color: rgb(195,83,251); }
td.TdClassName
{
border-color: #C353FB;
}
.TagClassName
{
border-color: #C353FB;
}
</style>