Shades of Medium Orchid #C35CCE
Tints of Medium Orchid #C35CCE
RGB
CMYK
RGB Variations
Color information
#C35CCE (or 0xC35CCE) is known color: Medium Orchid. HEX triplet: C3, 5C and CE. RGB value is (195,92,206). Sum of RGB (Red+Green+Blue) = 195+92+206=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #C35CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CCE is #3CA331. Grayscale: #878787. Windows color (decimal): -3973938 or 13524163. OLE color: 13524163.
HSL color Cylindrical-coordinate representation of color #C35CCE: hue angle of 294.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35CCE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 92 | 206 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.19 |
| HSL | 294.21º | 0.54% | 0.58% | - |
| HSV(B) | 294.21º | 0.55% | 0.81% | - |
| XYZ | 37.47 | 23.71 | 60.99 | - |
| YUV | 135.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 206 | 0.05 | 0.55 | 0 | 0.19 | 294.21 | 0.54 | 0.58 |
| Hex | C3 | 5C | CE | 5 | 37 | 0 | 13 | 126 | 36 | 3A |
| Octal | 303 | 134 | 316 | 5 | 67 | 0 | 23 | 446 | 66 | 72 |
| Binary | 11000011 | 1011100 | 11001110 | 101 | 110111 | 0 | 10011 | 100100110 | 110110 | 111010 |
Color Harmonies of #C35CCE
Complementary color
Monochromatic Colors of #C35CCE
Black with #C35CCE
Text Example
Text Example
White with #C35CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CCE; }
p { color: rgb(195,92,206); }
H1.HeaderClassName
{
color: #C35CCE;
}
.AnyTagClassName
{
color: #C35CCE;
}
</style>
background-color css
<style>
a { background-color: #C35CCE; }
a { background-color: rgb(195,92,206); }
div.DivClassName
{
background-color: #C35CCE;
}
.BgClassName
{
background-color: #C35CCE;
}
</style>
border-color css
<style>
span { border-color: #C35CCE; }
span { border-color: rgb(195,92,206); }
td.TdClassName
{
border-color: #C35CCE;
}
.TagClassName
{
border-color: #C35CCE;
}
</style>