Shades of Medium Orchid #C35FEE
Tints of Medium Orchid #C35FEE
RGB
CMYK
RGB Variations
Color information
#C35FEE (or 0xC35FEE) is known color: Medium Orchid. HEX triplet: C3, 5F and EE. RGB value is (195,95,238). Sum of RGB (Red+Green+Blue) = 195+95+238=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C35FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FEE is #3CA011. Grayscale: #8C8C8C. Windows color (decimal): -3973138 or 15622083. OLE color: 15622083.
HSL color Cylindrical-coordinate representation of color #C35FEE: hue angle of 281.96º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35FEE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 95 | 238 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.07 |
| HSL | 281.96º | 0.81% | 0.65% | - |
| HSV(B) | 281.96º | 0.6% | 0.93% | - |
| XYZ | 42.03 | 25.96 | 83.68 | - |
| YUV | 141.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 238 | 0.18 | 0.60 | 0 | 0.07 | 281.96 | 0.81 | 0.65 |
| Hex | C3 | 5F | EE | 12 | 3C | 0 | 7 | 11A | 51 | 41 |
| Octal | 303 | 137 | 356 | 22 | 74 | 0 | 7 | 432 | 121 | 101 |
| Binary | 11000011 | 1011111 | 11101110 | 10010 | 111100 | 0 | 111 | 100011010 | 1010001 | 1000001 |
Color Harmonies of #C35FEE
Complementary color
Monochromatic Colors of #C35FEE
Black with #C35FEE
Text Example
Text Example
White with #C35FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FEE; }
p { color: rgb(195,95,238); }
H1.HeaderClassName
{
color: #C35FEE;
}
.AnyTagClassName
{
color: #C35FEE;
}
</style>
background-color css
<style>
a { background-color: #C35FEE; }
a { background-color: rgb(195,95,238); }
div.DivClassName
{
background-color: #C35FEE;
}
.BgClassName
{
background-color: #C35FEE;
}
</style>
border-color css
<style>
span { border-color: #C35FEE; }
span { border-color: rgb(195,95,238); }
td.TdClassName
{
border-color: #C35FEE;
}
.TagClassName
{
border-color: #C35FEE;
}
</style>