Shades of Medium Orchid #C934D7
Tints of Medium Orchid #C934D7
RGB
CMYK
RGB Variations
Color information
#C934D7 (or 0xC934D7) is known color: Medium Orchid. HEX triplet: C9, 34 and D7. RGB value is (201,52,215). Sum of RGB (Red+Green+Blue) = 201+52+215=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #C934D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934D7 is #36CB28. Grayscale: #727272. Windows color (decimal): -3590953 or 14103753. OLE color: 14103753.
HSL color Cylindrical-coordinate representation of color #C934D7: hue angle of 294.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C934D7 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 52 | 215 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.16 |
| HSL | 294.85º | 0.67% | 0.52% | - |
| HSV(B) | 294.85º | 0.76% | 0.84% | - |
| XYZ | 37.58 | 19.78 | 66.13 | - |
| YUV | 115.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 215 | 0.07 | 0.76 | 0 | 0.16 | 294.85 | 0.67 | 0.52 |
| Hex | C9 | 34 | D7 | 7 | 4C | 0 | 10 | 127 | 43 | 34 |
| Octal | 311 | 64 | 327 | 7 | 114 | 0 | 20 | 447 | 103 | 64 |
| Binary | 11001001 | 110100 | 11010111 | 111 | 1001100 | 0 | 10000 | 100100111 | 1000011 | 110100 |
Color Harmonies of #C934D7
Complementary color
Monochromatic Colors of #C934D7
Black with #C934D7
Text Example
Text Example
White with #C934D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934D7; }
p { color: rgb(201,52,215); }
H1.HeaderClassName
{
color: #C934D7;
}
.AnyTagClassName
{
color: #C934D7;
}
</style>
background-color css
<style>
a { background-color: #C934D7; }
a { background-color: rgb(201,52,215); }
div.DivClassName
{
background-color: #C934D7;
}
.BgClassName
{
background-color: #C934D7;
}
</style>
border-color css
<style>
span { border-color: #C934D7; }
span { border-color: rgb(201,52,215); }
td.TdClassName
{
border-color: #C934D7;
}
.TagClassName
{
border-color: #C934D7;
}
</style>