Shades of Medium Orchid #C332F3
Tints of Medium Orchid #C332F3
RGB
CMYK
RGB Variations
Color information
#C332F3 (or 0xC332F3) is known color: Medium Orchid. HEX triplet: C3, 32 and F3. RGB value is (195,50,243). Sum of RGB (Red+Green+Blue) = 195+50+243=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #C332F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332F3 is #3CCD0C. Grayscale: #727272. Windows color (decimal): -3984653 or 15938243. OLE color: 15938243.
HSL color Cylindrical-coordinate representation of color #C332F3: hue angle of 285.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C332F3 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 50 | 243 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.05 |
| HSL | 285.08º | 0.89% | 0.57% | - |
| HSV(B) | 285.08º | 0.79% | 0.95% | - |
| XYZ | 39.82 | 20.35 | 86.62 | - |
| YUV | 115.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 243 | 0.20 | 0.79 | 0 | 0.05 | 285.08 | 0.89 | 0.57 |
| Hex | C3 | 32 | F3 | 14 | 4F | 0 | 5 | 11D | 59 | 39 |
| Octal | 303 | 62 | 363 | 24 | 117 | 0 | 5 | 435 | 131 | 71 |
| Binary | 11000011 | 110010 | 11110011 | 10100 | 1001111 | 0 | 101 | 100011101 | 1011001 | 111001 |
Color Harmonies of #C332F3
Complementary color
Monochromatic Colors of #C332F3
Black with #C332F3
Text Example
Text Example
White with #C332F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332F3; }
p { color: rgb(195,50,243); }
H1.HeaderClassName
{
color: #C332F3;
}
.AnyTagClassName
{
color: #C332F3;
}
</style>
background-color css
<style>
a { background-color: #C332F3; }
a { background-color: rgb(195,50,243); }
div.DivClassName
{
background-color: #C332F3;
}
.BgClassName
{
background-color: #C332F3;
}
</style>
border-color css
<style>
span { border-color: #C332F3; }
span { border-color: rgb(195,50,243); }
td.TdClassName
{
border-color: #C332F3;
}
.TagClassName
{
border-color: #C332F3;
}
</style>