Shades of Medium Orchid #C35CED
Tints of Medium Orchid #C35CED
RGB
CMYK
RGB Variations
Color information
#C35CED (or 0xC35CED) is known color: Medium Orchid. HEX triplet: C3, 5C and ED. RGB value is (195,92,237). Sum of RGB (Red+Green+Blue) = 195+92+237=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #C35CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CED is #3CA312. Grayscale: #8A8A8A. Windows color (decimal): -3973907 or 15555779. OLE color: 15555779.
HSL color Cylindrical-coordinate representation of color #C35CED: hue angle of 282.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35CED is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 92 | 237 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.07 |
| HSL | 282.62º | 0.8% | 0.65% | - |
| HSV(B) | 282.62º | 0.61% | 0.93% | - |
| XYZ | 41.62 | 25.37 | 82.82 | - |
| YUV | 139.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 237 | 0.18 | 0.61 | 0 | 0.07 | 282.62 | 0.8 | 0.65 |
| Hex | C3 | 5C | ED | 12 | 3D | 0 | 7 | 11B | 50 | 41 |
| Octal | 303 | 134 | 355 | 22 | 75 | 0 | 7 | 433 | 120 | 101 |
| Binary | 11000011 | 1011100 | 11101101 | 10010 | 111101 | 0 | 111 | 100011011 | 1010000 | 1000001 |
Color Harmonies of #C35CED
Complementary color
Monochromatic Colors of #C35CED
Black with #C35CED
Text Example
Text Example
White with #C35CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CED; }
p { color: rgb(195,92,237); }
H1.HeaderClassName
{
color: #C35CED;
}
.AnyTagClassName
{
color: #C35CED;
}
</style>
background-color css
<style>
a { background-color: #C35CED; }
a { background-color: rgb(195,92,237); }
div.DivClassName
{
background-color: #C35CED;
}
.BgClassName
{
background-color: #C35CED;
}
</style>
border-color css
<style>
span { border-color: #C35CED; }
span { border-color: rgb(195,92,237); }
td.TdClassName
{
border-color: #C35CED;
}
.TagClassName
{
border-color: #C35CED;
}
</style>