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