Shades of Medium Orchid #C341FB
Tints of Medium Orchid #C341FB
RGB
CMYK
RGB Variations
Color information
#C341FB (or 0xC341FB) is known color: Medium Orchid. HEX triplet: C3, 41 and FB. RGB value is (195,65,251). Sum of RGB (Red+Green+Blue) = 195+65+251=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C341FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341FB is #3CBE04. Grayscale: #7C7C7C. Windows color (decimal): -3980805 or 16466371. OLE color: 16466371.
HSL color Cylindrical-coordinate representation of color #C341FB: hue angle of 281.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C341FB is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 65 | 251 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.02 |
| HSL | 281.94º | 0.96% | 0.62% | - |
| HSV(B) | 281.94º | 0.74% | 0.98% | - |
| XYZ | 41.81 | 22.35 | 93.38 | - |
| YUV | 125.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 251 | 0.22 | 0.74 | 0 | 0.02 | 281.94 | 0.96 | 0.62 |
| Hex | C3 | 41 | FB | 16 | 4A | 0 | 2 | 11A | 60 | 3E |
| Octal | 303 | 101 | 373 | 26 | 112 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000011 | 1000001 | 11111011 | 10110 | 1001010 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C341FB
Complementary color
Monochromatic Colors of #C341FB
Black with #C341FB
Text Example
Text Example
White with #C341FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341FB; }
p { color: rgb(195,65,251); }
H1.HeaderClassName
{
color: #C341FB;
}
.AnyTagClassName
{
color: #C341FB;
}
</style>
background-color css
<style>
a { background-color: #C341FB; }
a { background-color: rgb(195,65,251); }
div.DivClassName
{
background-color: #C341FB;
}
.BgClassName
{
background-color: #C341FB;
}
</style>
border-color css
<style>
span { border-color: #C341FB; }
span { border-color: rgb(195,65,251); }
td.TdClassName
{
border-color: #C341FB;
}
.TagClassName
{
border-color: #C341FB;
}
</style>