Shades of Medium Orchid #C35FF2
Tints of Medium Orchid #C35FF2
RGB
CMYK
RGB Variations
Color information
#C35FF2 (or 0xC35FF2) is known color: Medium Orchid. HEX triplet: C3, 5F and F2. RGB value is (195,95,242). Sum of RGB (Red+Green+Blue) = 195+95+242=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #C35FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FF2 is #3CA00D. Grayscale: #8D8D8D. Windows color (decimal): -3973134 or 15884227. OLE color: 15884227.
HSL color Cylindrical-coordinate representation of color #C35FF2: hue angle of 280.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35FF2 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 95 | 242 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.05 |
| HSL | 280.82º | 0.85% | 0.66% | - |
| HSV(B) | 280.82º | 0.61% | 0.95% | - |
| XYZ | 42.62 | 26.2 | 86.81 | - |
| YUV | 141.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 242 | 0.19 | 0.61 | 0 | 0.05 | 280.82 | 0.85 | 0.66 |
| Hex | C3 | 5F | F2 | 13 | 3D | 0 | 5 | 119 | 55 | 42 |
| Octal | 303 | 137 | 362 | 23 | 75 | 0 | 5 | 431 | 125 | 102 |
| Binary | 11000011 | 1011111 | 11110010 | 10011 | 111101 | 0 | 101 | 100011001 | 1010101 | 1000010 |
Color Harmonies of #C35FF2
Complementary color
Monochromatic Colors of #C35FF2
Black with #C35FF2
Text Example
Text Example
White with #C35FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FF2; }
p { color: rgb(195,95,242); }
H1.HeaderClassName
{
color: #C35FF2;
}
.AnyTagClassName
{
color: #C35FF2;
}
</style>
background-color css
<style>
a { background-color: #C35FF2; }
a { background-color: rgb(195,95,242); }
div.DivClassName
{
background-color: #C35FF2;
}
.BgClassName
{
background-color: #C35FF2;
}
</style>
border-color css
<style>
span { border-color: #C35FF2; }
span { border-color: rgb(195,95,242); }
td.TdClassName
{
border-color: #C35FF2;
}
.TagClassName
{
border-color: #C35FF2;
}
</style>