Shades of Medium Orchid #C953F2
Tints of Medium Orchid #C953F2
RGB
CMYK
RGB Variations
Color information
#C953F2 (or 0xC953F2) is known color: Medium Orchid. HEX triplet: C9, 53 and F2. RGB value is (201,83,242). Sum of RGB (Red+Green+Blue) = 201+83+242=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #C953F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953F2 is #36AC0D. Grayscale: #878787. Windows color (decimal): -3582990 or 15881161. OLE color: 15881161.
HSL color Cylindrical-coordinate representation of color #C953F2: hue angle of 284.53º degrees, saturation: 0.86, 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 #C953F2 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 83 | 242 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.53º | 0.86% | 0.64% | - |
| HSV(B) | 284.53º | 0.66% | 0.95% | - |
| XYZ | 43.21 | 25.01 | 86.56 | - |
| YUV | 136.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 242 | 0.17 | 0.66 | 0 | 0.05 | 284.53 | 0.86 | 0.64 |
| Hex | C9 | 53 | F2 | 11 | 42 | 0 | 5 | 11D | 56 | 40 |
| Octal | 311 | 123 | 362 | 21 | 102 | 0 | 5 | 435 | 126 | 100 |
| Binary | 11001001 | 1010011 | 11110010 | 10001 | 1000010 | 0 | 101 | 100011101 | 1010110 | 1000000 |
Color Harmonies of #C953F2
Complementary color
Monochromatic Colors of #C953F2
Black with #C953F2
Text Example
Text Example
White with #C953F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953F2; }
p { color: rgb(201,83,242); }
H1.HeaderClassName
{
color: #C953F2;
}
.AnyTagClassName
{
color: #C953F2;
}
</style>
background-color css
<style>
a { background-color: #C953F2; }
a { background-color: rgb(201,83,242); }
div.DivClassName
{
background-color: #C953F2;
}
.BgClassName
{
background-color: #C953F2;
}
</style>
border-color css
<style>
span { border-color: #C953F2; }
span { border-color: rgb(201,83,242); }
td.TdClassName
{
border-color: #C953F2;
}
.TagClassName
{
border-color: #C953F2;
}
</style>