Shades of Medium Orchid #C35CEF
Tints of Medium Orchid #C35CEF
RGB
CMYK
RGB Variations
Color information
#C35CEF (or 0xC35CEF) is known color: Medium Orchid. HEX triplet: C3, 5C and EF. RGB value is (195,92,239). Sum of RGB (Red+Green+Blue) = 195+92+239=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #C35CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CEF is #3CA310. Grayscale: #8B8B8B. Windows color (decimal): -3973905 or 15686851. OLE color: 15686851.
HSL color Cylindrical-coordinate representation of color #C35CEF: hue angle of 282.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35CEF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 92 | 239 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.06 |
| HSL | 282.04º | 0.82% | 0.65% | - |
| HSV(B) | 282.04º | 0.62% | 0.94% | - |
| XYZ | 41.91 | 25.49 | 84.37 | - |
| YUV | 139.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 239 | 0.18 | 0.62 | 0 | 0.06 | 282.04 | 0.82 | 0.65 |
| Hex | C3 | 5C | EF | 12 | 3E | 0 | 6 | 11A | 52 | 41 |
| Octal | 303 | 134 | 357 | 22 | 76 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000011 | 1011100 | 11101111 | 10010 | 111110 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C35CEF
Complementary color
Monochromatic Colors of #C35CEF
Black with #C35CEF
Text Example
Text Example
White with #C35CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CEF; }
p { color: rgb(195,92,239); }
H1.HeaderClassName
{
color: #C35CEF;
}
.AnyTagClassName
{
color: #C35CEF;
}
</style>
background-color css
<style>
a { background-color: #C35CEF; }
a { background-color: rgb(195,92,239); }
div.DivClassName
{
background-color: #C35CEF;
}
.BgClassName
{
background-color: #C35CEF;
}
</style>
border-color css
<style>
span { border-color: #C35CEF; }
span { border-color: rgb(195,92,239); }
td.TdClassName
{
border-color: #C35CEF;
}
.TagClassName
{
border-color: #C35CEF;
}
</style>