Shades of Medium Orchid #C85AF3
Tints of Medium Orchid #C85AF3
RGB
CMYK
RGB Variations
Color information
#C85AF3 (or 0xC85AF3) is known color: Medium Orchid. HEX triplet: C8, 5A and F3. RGB value is (200,90,243). Sum of RGB (Red+Green+Blue) = 200+90+243=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #C85AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AF3 is #37A50C. Grayscale: #8B8B8B. Windows color (decimal): -3646733 or 15948488. OLE color: 15948488.
HSL color Cylindrical-coordinate representation of color #C85AF3: hue angle of 283.14º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85AF3 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 90 | 243 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.05 |
| HSL | 283.14º | 0.86% | 0.65% | - |
| HSV(B) | 283.14º | 0.63% | 0.95% | - |
| XYZ | 43.65 | 26.06 | 87.52 | - |
| YUV | 140.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 243 | 0.18 | 0.63 | 0 | 0.05 | 283.14 | 0.86 | 0.65 |
| Hex | C8 | 5A | F3 | 12 | 3F | 0 | 5 | 11B | 56 | 41 |
| Octal | 310 | 132 | 363 | 22 | 77 | 0 | 5 | 433 | 126 | 101 |
| Binary | 11001000 | 1011010 | 11110011 | 10010 | 111111 | 0 | 101 | 100011011 | 1010110 | 1000001 |
Color Harmonies of #C85AF3
Complementary color
Monochromatic Colors of #C85AF3
Black with #C85AF3
Text Example
Text Example
White with #C85AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AF3; }
p { color: rgb(200,90,243); }
H1.HeaderClassName
{
color: #C85AF3;
}
.AnyTagClassName
{
color: #C85AF3;
}
</style>
background-color css
<style>
a { background-color: #C85AF3; }
a { background-color: rgb(200,90,243); }
div.DivClassName
{
background-color: #C85AF3;
}
.BgClassName
{
background-color: #C85AF3;
}
</style>
border-color css
<style>
span { border-color: #C85AF3; }
span { border-color: rgb(200,90,243); }
td.TdClassName
{
border-color: #C85AF3;
}
.TagClassName
{
border-color: #C85AF3;
}
</style>