Shades of Medium Orchid #C953F3
Tints of Medium Orchid #C953F3
RGB
CMYK
RGB Variations
Color information
#C953F3 (or 0xC953F3) is known color: Medium Orchid. HEX triplet: C9, 53 and F3. RGB value is (201,83,243). Sum of RGB (Red+Green+Blue) = 201+83+243=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #C953F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953F3 is #36AC0C. Grayscale: #888888. Windows color (decimal): -3582989 or 15946697. OLE color: 15946697.
HSL color Cylindrical-coordinate representation of color #C953F3: hue angle of 284.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C953F3 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 83 | 243 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.25º | 0.87% | 0.64% | - |
| HSV(B) | 284.25º | 0.66% | 0.95% | - |
| XYZ | 43.36 | 25.08 | 87.35 | - |
| YUV | 136.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 243 | 0.17 | 0.66 | 0 | 0.05 | 284.25 | 0.87 | 0.64 |
| Hex | C9 | 53 | F3 | 11 | 42 | 0 | 5 | 11C | 57 | 40 |
| Octal | 311 | 123 | 363 | 21 | 102 | 0 | 5 | 434 | 127 | 100 |
| Binary | 11001001 | 1010011 | 11110011 | 10001 | 1000010 | 0 | 101 | 100011100 | 1010111 | 1000000 |
Color Harmonies of #C953F3
Complementary color
Monochromatic Colors of #C953F3
Black with #C953F3
Text Example
Text Example
White with #C953F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953F3; }
p { color: rgb(201,83,243); }
H1.HeaderClassName
{
color: #C953F3;
}
.AnyTagClassName
{
color: #C953F3;
}
</style>
background-color css
<style>
a { background-color: #C953F3; }
a { background-color: rgb(201,83,243); }
div.DivClassName
{
background-color: #C953F3;
}
.BgClassName
{
background-color: #C953F3;
}
</style>
border-color css
<style>
span { border-color: #C953F3; }
span { border-color: rgb(201,83,243); }
td.TdClassName
{
border-color: #C953F3;
}
.TagClassName
{
border-color: #C953F3;
}
</style>