Shades of Medium Orchid #C334FA
Tints of Medium Orchid #C334FA
RGB
CMYK
RGB Variations
Color information
#C334FA (or 0xC334FA) is known color: Medium Orchid. HEX triplet: C3, 34 and FA. RGB value is (195,52,250). Sum of RGB (Red+Green+Blue) = 195+52+250=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C334FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FA is #3CCB05. Grayscale: #747474. Windows color (decimal): -3984134 or 16397507. OLE color: 16397507.
HSL color Cylindrical-coordinate representation of color #C334FA: hue angle of 283.33º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C334FA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 52 | 250 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.02 |
| HSL | 283.33º | 0.95% | 0.59% | - |
| HSV(B) | 283.33º | 0.79% | 0.98% | - |
| XYZ | 40.99 | 20.96 | 92.33 | - |
| YUV | 117.33 | 202.88 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 250 | 0.22 | 0.79 | 0 | 0.02 | 283.33 | 0.95 | 0.59 |
| Hex | C3 | 34 | FA | 16 | 4F | 0 | 2 | 11B | 5F | 3B |
| Octal | 303 | 64 | 372 | 26 | 117 | 0 | 2 | 433 | 137 | 73 |
| Binary | 11000011 | 110100 | 11111010 | 10110 | 1001111 | 0 | 10 | 100011011 | 1011111 | 111011 |
Color Harmonies of #C334FA
Complementary color
Monochromatic Colors of #C334FA
Black with #C334FA
Text Example
Text Example
White with #C334FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334FA; }
p { color: rgb(195,52,250); }
H1.HeaderClassName
{
color: #C334FA;
}
.AnyTagClassName
{
color: #C334FA;
}
</style>
background-color css
<style>
a { background-color: #C334FA; }
a { background-color: rgb(195,52,250); }
div.DivClassName
{
background-color: #C334FA;
}
.BgClassName
{
background-color: #C334FA;
}
</style>
border-color css
<style>
span { border-color: #C334FA; }
span { border-color: rgb(195,52,250); }
td.TdClassName
{
border-color: #C334FA;
}
.TagClassName
{
border-color: #C334FA;
}
</style>