Shades of Medium Orchid #C964D3
Tints of Medium Orchid #C964D3
RGB
CMYK
RGB Variations
Color information
#C964D3 (or 0xC964D3) is known color: Medium Orchid. HEX triplet: C9, 64 and D3. RGB value is (201,100,211). Sum of RGB (Red+Green+Blue) = 201+100+211=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #C964D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964D3 is #369B2C. Grayscale: #8E8E8E. Windows color (decimal): -3578669 or 13853897. OLE color: 13853897.
HSL color Cylindrical-coordinate representation of color #C964D3: hue angle of 294.59º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C964D3 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 100 | 211 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.17 |
| HSL | 294.59º | 0.56% | 0.61% | - |
| HSV(B) | 294.59º | 0.53% | 0.83% | - |
| XYZ | 40.4 | 26.24 | 64.56 | - |
| YUV | 142.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 211 | 0.05 | 0.53 | 0 | 0.17 | 294.59 | 0.56 | 0.61 |
| Hex | C9 | 64 | D3 | 5 | 35 | 0 | 11 | 127 | 38 | 3D |
| Octal | 311 | 144 | 323 | 5 | 65 | 0 | 21 | 447 | 70 | 75 |
| Binary | 11001001 | 1100100 | 11010011 | 101 | 110101 | 0 | 10001 | 100100111 | 111000 | 111101 |
Color Harmonies of #C964D3
Complementary color
Monochromatic Colors of #C964D3
Black with #C964D3
Text Example
Text Example
White with #C964D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964D3; }
p { color: rgb(201,100,211); }
H1.HeaderClassName
{
color: #C964D3;
}
.AnyTagClassName
{
color: #C964D3;
}
</style>
background-color css
<style>
a { background-color: #C964D3; }
a { background-color: rgb(201,100,211); }
div.DivClassName
{
background-color: #C964D3;
}
.BgClassName
{
background-color: #C964D3;
}
</style>
border-color css
<style>
span { border-color: #C964D3; }
span { border-color: rgb(201,100,211); }
td.TdClassName
{
border-color: #C964D3;
}
.TagClassName
{
border-color: #C964D3;
}
</style>