Shades of Medium Orchid #C962D4
Tints of Medium Orchid #C962D4
RGB
CMYK
RGB Variations
Color information
#C962D4 (or 0xC962D4) is known color: Medium Orchid. HEX triplet: C9, 62 and D4. RGB value is (201,98,212). Sum of RGB (Red+Green+Blue) = 201+98+212=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C962D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962D4 is #369D2B. Grayscale: #8D8D8D. Windows color (decimal): -3579180 or 13918921. OLE color: 13918921.
HSL color Cylindrical-coordinate representation of color #C962D4: hue angle of 294.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C962D4 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 98 | 212 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.17 |
| HSL | 294.21º | 0.57% | 0.61% | - |
| HSV(B) | 294.21º | 0.54% | 0.83% | - |
| XYZ | 40.34 | 25.91 | 65.16 | - |
| YUV | 141.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 212 | 0.05 | 0.54 | 0 | 0.17 | 294.21 | 0.57 | 0.61 |
| Hex | C9 | 62 | D4 | 5 | 36 | 0 | 11 | 126 | 39 | 3D |
| Octal | 311 | 142 | 324 | 5 | 66 | 0 | 21 | 446 | 71 | 75 |
| Binary | 11001001 | 1100010 | 11010100 | 101 | 110110 | 0 | 10001 | 100100110 | 111001 | 111101 |
Color Harmonies of #C962D4
Complementary color
Monochromatic Colors of #C962D4
Black with #C962D4
Text Example
Text Example
White with #C962D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962D4; }
p { color: rgb(201,98,212); }
H1.HeaderClassName
{
color: #C962D4;
}
.AnyTagClassName
{
color: #C962D4;
}
</style>
background-color css
<style>
a { background-color: #C962D4; }
a { background-color: rgb(201,98,212); }
div.DivClassName
{
background-color: #C962D4;
}
.BgClassName
{
background-color: #C962D4;
}
</style>
border-color css
<style>
span { border-color: #C962D4; }
span { border-color: rgb(201,98,212); }
td.TdClassName
{
border-color: #C962D4;
}
.TagClassName
{
border-color: #C962D4;
}
</style>