Shades of Medium Orchid #C335F2
Tints of Medium Orchid #C335F2
RGB
CMYK
RGB Variations
Color information
#C335F2 (or 0xC335F2) is known color: Medium Orchid. HEX triplet: C3, 35 and F2. RGB value is (195,53,242). Sum of RGB (Red+Green+Blue) = 195+53+242=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #C335F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335F2 is #3CCA0D. Grayscale: #747474. Windows color (decimal): -3983886 or 15873475. OLE color: 15873475.
HSL color Cylindrical-coordinate representation of color #C335F2: hue angle of 285.08º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C335F2 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 53 | 242 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.05 |
| HSL | 285.08º | 0.88% | 0.58% | - |
| HSV(B) | 285.08º | 0.78% | 0.95% | - |
| XYZ | 39.81 | 20.56 | 85.87 | - |
| YUV | 117 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 242 | 0.19 | 0.78 | 0 | 0.05 | 285.08 | 0.88 | 0.58 |
| Hex | C3 | 35 | F2 | 13 | 4E | 0 | 5 | 11D | 58 | 3A |
| Octal | 303 | 65 | 362 | 23 | 116 | 0 | 5 | 435 | 130 | 72 |
| Binary | 11000011 | 110101 | 11110010 | 10011 | 1001110 | 0 | 101 | 100011101 | 1011000 | 111010 |
Color Harmonies of #C335F2
Complementary color
Monochromatic Colors of #C335F2
Black with #C335F2
Text Example
Text Example
White with #C335F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335F2; }
p { color: rgb(195,53,242); }
H1.HeaderClassName
{
color: #C335F2;
}
.AnyTagClassName
{
color: #C335F2;
}
</style>
background-color css
<style>
a { background-color: #C335F2; }
a { background-color: rgb(195,53,242); }
div.DivClassName
{
background-color: #C335F2;
}
.BgClassName
{
background-color: #C335F2;
}
</style>
border-color css
<style>
span { border-color: #C335F2; }
span { border-color: rgb(195,53,242); }
td.TdClassName
{
border-color: #C335F2;
}
.TagClassName
{
border-color: #C335F2;
}
</style>