Shades of Medium Orchid #C35FEF
Tints of Medium Orchid #C35FEF
RGB
CMYK
RGB Variations
Color information
#C35FEF (or 0xC35FEF) is known color: Medium Orchid. HEX triplet: C3, 5F and EF. RGB value is (195,95,239). Sum of RGB (Red+Green+Blue) = 195+95+239=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C35FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FEF is #3CA010. Grayscale: #8C8C8C. Windows color (decimal): -3973137 or 15687619. OLE color: 15687619.
HSL color Cylindrical-coordinate representation of color #C35FEF: hue angle of 281.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35FEF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 95 | 239 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.06 |
| HSL | 281.67º | 0.82% | 0.65% | - |
| HSV(B) | 281.67º | 0.6% | 0.94% | - |
| XYZ | 42.18 | 26.02 | 84.46 | - |
| YUV | 141.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 239 | 0.18 | 0.60 | 0 | 0.06 | 281.67 | 0.82 | 0.65 |
| Hex | C3 | 5F | EF | 12 | 3C | 0 | 6 | 11A | 52 | 41 |
| Octal | 303 | 137 | 357 | 22 | 74 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000011 | 1011111 | 11101111 | 10010 | 111100 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C35FEF
Complementary color
Monochromatic Colors of #C35FEF
Black with #C35FEF
Text Example
Text Example
White with #C35FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FEF; }
p { color: rgb(195,95,239); }
H1.HeaderClassName
{
color: #C35FEF;
}
.AnyTagClassName
{
color: #C35FEF;
}
</style>
background-color css
<style>
a { background-color: #C35FEF; }
a { background-color: rgb(195,95,239); }
div.DivClassName
{
background-color: #C35FEF;
}
.BgClassName
{
background-color: #C35FEF;
}
</style>
border-color css
<style>
span { border-color: #C35FEF; }
span { border-color: rgb(195,95,239); }
td.TdClassName
{
border-color: #C35FEF;
}
.TagClassName
{
border-color: #C35FEF;
}
</style>