Shades of Medium Orchid #C350FB
Tints of Medium Orchid #C350FB
RGB
CMYK
RGB Variations
Color information
#C350FB (or 0xC350FB) is known color: Medium Orchid. HEX triplet: C3, 50 and FB. RGB value is (195,80,251). Sum of RGB (Red+Green+Blue) = 195+80+251=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C350FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350FB is #3CAF04. Grayscale: #858585. Windows color (decimal): -3976965 or 16470211. OLE color: 16470211.
HSL color Cylindrical-coordinate representation of color #C350FB: hue angle of 280.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C350FB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 80 | 251 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.02 |
| HSL | 280.35º | 0.96% | 0.65% | - |
| HSV(B) | 280.35º | 0.68% | 0.98% | - |
| XYZ | 42.79 | 24.3 | 93.7 | - |
| YUV | 133.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 251 | 0.22 | 0.68 | 0 | 0.02 | 280.35 | 0.96 | 0.65 |
| Hex | C3 | 50 | FB | 16 | 44 | 0 | 2 | 118 | 60 | 41 |
| Octal | 303 | 120 | 373 | 26 | 104 | 0 | 2 | 430 | 140 | 101 |
| Binary | 11000011 | 1010000 | 11111011 | 10110 | 1000100 | 0 | 10 | 100011000 | 1100000 | 1000001 |
Color Harmonies of #C350FB
Complementary color
Monochromatic Colors of #C350FB
Black with #C350FB
Text Example
Text Example
White with #C350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350FB; }
p { color: rgb(195,80,251); }
H1.HeaderClassName
{
color: #C350FB;
}
.AnyTagClassName
{
color: #C350FB;
}
</style>
background-color css
<style>
a { background-color: #C350FB; }
a { background-color: rgb(195,80,251); }
div.DivClassName
{
background-color: #C350FB;
}
.BgClassName
{
background-color: #C350FB;
}
</style>
border-color css
<style>
span { border-color: #C350FB; }
span { border-color: rgb(195,80,251); }
td.TdClassName
{
border-color: #C350FB;
}
.TagClassName
{
border-color: #C350FB;
}
</style>