Shades of Medium Orchid #C85CF0
Tints of Medium Orchid #C85CF0
RGB
CMYK
RGB Variations
Color information
#C85CF0 (or 0xC85CF0) is known color: Medium Orchid. HEX triplet: C8, 5C and F0. RGB value is (200,92,240). Sum of RGB (Red+Green+Blue) = 200+92+240=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #C85CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CF0 is #37A30F. Grayscale: #8C8C8C. Windows color (decimal): -3646224 or 15752392. OLE color: 15752392.
HSL color Cylindrical-coordinate representation of color #C85CF0: hue angle of 283.78º 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 #C85CF0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 92 | 240 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.06 |
| HSL | 283.78º | 0.83% | 0.65% | - |
| HSV(B) | 283.78º | 0.62% | 0.94% | - |
| XYZ | 43.37 | 26.22 | 85.21 | - |
| YUV | 141.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 240 | 0.17 | 0.62 | 0 | 0.06 | 283.78 | 0.83 | 0.65 |
| Hex | C8 | 5C | F0 | 11 | 3E | 0 | 6 | 11C | 53 | 41 |
| Octal | 310 | 134 | 360 | 21 | 76 | 0 | 6 | 434 | 123 | 101 |
| Binary | 11001000 | 1011100 | 11110000 | 10001 | 111110 | 0 | 110 | 100011100 | 1010011 | 1000001 |
Color Harmonies of #C85CF0
Complementary color
Monochromatic Colors of #C85CF0
Black with #C85CF0
Text Example
Text Example
White with #C85CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CF0; }
p { color: rgb(200,92,240); }
H1.HeaderClassName
{
color: #C85CF0;
}
.AnyTagClassName
{
color: #C85CF0;
}
</style>
background-color css
<style>
a { background-color: #C85CF0; }
a { background-color: rgb(200,92,240); }
div.DivClassName
{
background-color: #C85CF0;
}
.BgClassName
{
background-color: #C85CF0;
}
</style>
border-color css
<style>
span { border-color: #C85CF0; }
span { border-color: rgb(200,92,240); }
td.TdClassName
{
border-color: #C85CF0;
}
.TagClassName
{
border-color: #C85CF0;
}
</style>