Shades of Medium Orchid #C85CE5
Tints of Medium Orchid #C85CE5
RGB
CMYK
RGB Variations
Color information
#C85CE5 (or 0xC85CE5) is known color: Medium Orchid. HEX triplet: C8, 5C and E5. RGB value is (200,92,229). Sum of RGB (Red+Green+Blue) = 200+92+229=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #C85CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CE5 is #37A31A. Grayscale: #8B8B8B. Windows color (decimal): -3646235 or 15031496. OLE color: 15031496.
HSL color Cylindrical-coordinate representation of color #C85CE5: hue angle of 287.3º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85CE5 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 92 | 229 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.10 |
| HSL | 287.3º | 0.72% | 0.63% | - |
| HSV(B) | 287.3º | 0.6% | 0.9% | - |
| XYZ | 41.79 | 25.59 | 76.87 | - |
| YUV | 139.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 229 | 0.13 | 0.60 | 0 | 0.10 | 287.3 | 0.72 | 0.63 |
| Hex | C8 | 5C | E5 | D | 3C | 0 | A | 11F | 48 | 3F |
| Octal | 310 | 134 | 345 | 15 | 74 | 0 | 12 | 437 | 110 | 77 |
| Binary | 11001000 | 1011100 | 11100101 | 1101 | 111100 | 0 | 1010 | 100011111 | 1001000 | 111111 |
Color Harmonies of #C85CE5
Complementary color
Monochromatic Colors of #C85CE5
Black with #C85CE5
Text Example
Text Example
White with #C85CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CE5; }
p { color: rgb(200,92,229); }
H1.HeaderClassName
{
color: #C85CE5;
}
.AnyTagClassName
{
color: #C85CE5;
}
</style>
background-color css
<style>
a { background-color: #C85CE5; }
a { background-color: rgb(200,92,229); }
div.DivClassName
{
background-color: #C85CE5;
}
.BgClassName
{
background-color: #C85CE5;
}
</style>
border-color css
<style>
span { border-color: #C85CE5; }
span { border-color: rgb(200,92,229); }
td.TdClassName
{
border-color: #C85CE5;
}
.TagClassName
{
border-color: #C85CE5;
}
</style>