Shades of Medium Orchid #C35CF0
Tints of Medium Orchid #C35CF0
RGB
CMYK
RGB Variations
Color information
#C35CF0 (or 0xC35CF0) is known color: Medium Orchid. HEX triplet: C3, 5C and F0. RGB value is (195,92,240). Sum of RGB (Red+Green+Blue) = 195+92+240=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #C35CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CF0 is #3CA30F. Grayscale: #8B8B8B. Windows color (decimal): -3973904 or 15752387. OLE color: 15752387.
HSL color Cylindrical-coordinate representation of color #C35CF0: hue angle of 281.76º degrees, saturation: 0.83, 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 #C35CF0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 92 | 240 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.06 |
| HSL | 281.76º | 0.83% | 0.65% | - |
| HSV(B) | 281.76º | 0.62% | 0.94% | - |
| XYZ | 42.06 | 25.55 | 85.15 | - |
| YUV | 139.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 240 | 0.19 | 0.62 | 0 | 0.06 | 281.76 | 0.83 | 0.65 |
| Hex | C3 | 5C | F0 | 13 | 3E | 0 | 6 | 11A | 53 | 41 |
| Octal | 303 | 134 | 360 | 23 | 76 | 0 | 6 | 432 | 123 | 101 |
| Binary | 11000011 | 1011100 | 11110000 | 10011 | 111110 | 0 | 110 | 100011010 | 1010011 | 1000001 |
Color Harmonies of #C35CF0
Complementary color
Monochromatic Colors of #C35CF0
Black with #C35CF0
Text Example
Text Example
White with #C35CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CF0; }
p { color: rgb(195,92,240); }
H1.HeaderClassName
{
color: #C35CF0;
}
.AnyTagClassName
{
color: #C35CF0;
}
</style>
background-color css
<style>
a { background-color: #C35CF0; }
a { background-color: rgb(195,92,240); }
div.DivClassName
{
background-color: #C35CF0;
}
.BgClassName
{
background-color: #C35CF0;
}
</style>
border-color css
<style>
span { border-color: #C35CF0; }
span { border-color: rgb(195,92,240); }
td.TdClassName
{
border-color: #C35CF0;
}
.TagClassName
{
border-color: #C35CF0;
}
</style>