Shades of Medium Orchid #C959F0
Tints of Medium Orchid #C959F0
RGB
CMYK
RGB Variations
Color information
#C959F0 (or 0xC959F0) is known color: Medium Orchid. HEX triplet: C9, 59 and F0. RGB value is (201,89,240). Sum of RGB (Red+Green+Blue) = 201+89+240=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #C959F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959F0 is #36A60F. Grayscale: #8B8B8B. Windows color (decimal): -3581456 or 15751625. OLE color: 15751625.
HSL color Cylindrical-coordinate representation of color #C959F0: hue angle of 284.5º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C959F0 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 89 | 240 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.06 |
| HSL | 284.5º | 0.83% | 0.65% | - |
| HSV(B) | 284.5º | 0.63% | 0.94% | - |
| XYZ | 43.39 | 25.85 | 85.14 | - |
| YUV | 139.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 240 | 0.16 | 0.63 | 0 | 0.06 | 284.5 | 0.83 | 0.65 |
| Hex | C9 | 59 | F0 | 10 | 3F | 0 | 6 | 11D | 53 | 41 |
| Octal | 311 | 131 | 360 | 20 | 77 | 0 | 6 | 435 | 123 | 101 |
| Binary | 11001001 | 1011001 | 11110000 | 10000 | 111111 | 0 | 110 | 100011101 | 1010011 | 1000001 |
Color Harmonies of #C959F0
Complementary color
Monochromatic Colors of #C959F0
Black with #C959F0
Text Example
Text Example
White with #C959F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959F0; }
p { color: rgb(201,89,240); }
H1.HeaderClassName
{
color: #C959F0;
}
.AnyTagClassName
{
color: #C959F0;
}
</style>
background-color css
<style>
a { background-color: #C959F0; }
a { background-color: rgb(201,89,240); }
div.DivClassName
{
background-color: #C959F0;
}
.BgClassName
{
background-color: #C959F0;
}
</style>
border-color css
<style>
span { border-color: #C959F0; }
span { border-color: rgb(201,89,240); }
td.TdClassName
{
border-color: #C959F0;
}
.TagClassName
{
border-color: #C959F0;
}
</style>