Shades of Medium Orchid #C035CF
Tints of Medium Orchid #C035CF
RGB
CMYK
RGB Variations
Color information
#C035CF (or 0xC035CF) is known color: Medium Orchid. HEX triplet: C0, 35 and CF. RGB value is (192,53,207). Sum of RGB (Red+Green+Blue) = 192+53+207=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #C035CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035CF is #3FCA30. Grayscale: #6F6F6F. Windows color (decimal): -4180529 or 13579712. OLE color: 13579712.
HSL color Cylindrical-coordinate representation of color #C035CF: hue angle of 294.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C035CF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 53 | 207 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.19 |
| HSL | 294.16º | 0.62% | 0.51% | - |
| HSV(B) | 294.16º | 0.74% | 0.81% | - |
| XYZ | 34.27 | 18.26 | 60.75 | - |
| YUV | 112.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 207 | 0.07 | 0.74 | 0 | 0.19 | 294.16 | 0.62 | 0.51 |
| Hex | C0 | 35 | CF | 7 | 4A | 0 | 13 | 126 | 3E | 33 |
| Octal | 300 | 65 | 317 | 7 | 112 | 0 | 23 | 446 | 76 | 63 |
| Binary | 11000000 | 110101 | 11001111 | 111 | 1001010 | 0 | 10011 | 100100110 | 111110 | 110011 |
Color Harmonies of #C035CF
Complementary color
Monochromatic Colors of #C035CF
Black with #C035CF
Text Example
Text Example
White with #C035CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035CF; }
p { color: rgb(192,53,207); }
H1.HeaderClassName
{
color: #C035CF;
}
.AnyTagClassName
{
color: #C035CF;
}
</style>
background-color css
<style>
a { background-color: #C035CF; }
a { background-color: rgb(192,53,207); }
div.DivClassName
{
background-color: #C035CF;
}
.BgClassName
{
background-color: #C035CF;
}
</style>
border-color css
<style>
span { border-color: #C035CF; }
span { border-color: rgb(192,53,207); }
td.TdClassName
{
border-color: #C035CF;
}
.TagClassName
{
border-color: #C035CF;
}
</style>