Shades of Medium Orchid #C953F7
Tints of Medium Orchid #C953F7
RGB
CMYK
RGB Variations
Color information
#C953F7 (or 0xC953F7) is known color: Medium Orchid. HEX triplet: C9, 53 and F7. RGB value is (201,83,247). Sum of RGB (Red+Green+Blue) = 201+83+247=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #C953F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953F7 is #36AC08. Grayscale: #888888. Windows color (decimal): -3582985 or 16208841. OLE color: 16208841.
HSL color Cylindrical-coordinate representation of color #C953F7: hue angle of 283.17º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C953F7 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 83 | 247 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.03 |
| HSL | 283.17º | 0.91% | 0.65% | - |
| HSV(B) | 283.17º | 0.66% | 0.97% | - |
| XYZ | 43.97 | 25.32 | 90.57 | - |
| YUV | 136.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 247 | 0.19 | 0.66 | 0 | 0.03 | 283.17 | 0.91 | 0.65 |
| Hex | C9 | 53 | F7 | 13 | 42 | 0 | 3 | 11B | 5B | 41 |
| Octal | 311 | 123 | 367 | 23 | 102 | 0 | 3 | 433 | 133 | 101 |
| Binary | 11001001 | 1010011 | 11110111 | 10011 | 1000010 | 0 | 11 | 100011011 | 1011011 | 1000001 |
Color Harmonies of #C953F7
Complementary color
Monochromatic Colors of #C953F7
Black with #C953F7
Text Example
Text Example
White with #C953F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953F7; }
p { color: rgb(201,83,247); }
H1.HeaderClassName
{
color: #C953F7;
}
.AnyTagClassName
{
color: #C953F7;
}
</style>
background-color css
<style>
a { background-color: #C953F7; }
a { background-color: rgb(201,83,247); }
div.DivClassName
{
background-color: #C953F7;
}
.BgClassName
{
background-color: #C953F7;
}
</style>
border-color css
<style>
span { border-color: #C953F7; }
span { border-color: rgb(201,83,247); }
td.TdClassName
{
border-color: #C953F7;
}
.TagClassName
{
border-color: #C953F7;
}
</style>