Shades of Medium Orchid #C967E4
Tints of Medium Orchid #C967E4
RGB
CMYK
RGB Variations
Color information
#C967E4 (or 0xC967E4) is known color: Medium Orchid. HEX triplet: C9, 67 and E4. RGB value is (201,103,228). Sum of RGB (Red+Green+Blue) = 201+103+228=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #C967E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967E4 is #36981B. Grayscale: #929292. Windows color (decimal): -3577884 or 14968777. OLE color: 14968777.
HSL color Cylindrical-coordinate representation of color #C967E4: hue angle of 287.04º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C967E4 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 103 | 228 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.11 |
| HSL | 287.04º | 0.7% | 0.65% | - |
| HSV(B) | 287.04º | 0.55% | 0.89% | - |
| XYZ | 42.94 | 27.72 | 76.49 | - |
| YUV | 146.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 228 | 0.12 | 0.55 | 0 | 0.11 | 287.04 | 0.7 | 0.65 |
| Hex | C9 | 67 | E4 | C | 37 | 0 | B | 11F | 46 | 41 |
| Octal | 311 | 147 | 344 | 14 | 67 | 0 | 13 | 437 | 106 | 101 |
| Binary | 11001001 | 1100111 | 11100100 | 1100 | 110111 | 0 | 1011 | 100011111 | 1000110 | 1000001 |
Color Harmonies of #C967E4
Complementary color
Monochromatic Colors of #C967E4
Black with #C967E4
Text Example
Text Example
White with #C967E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967E4; }
p { color: rgb(201,103,228); }
H1.HeaderClassName
{
color: #C967E4;
}
.AnyTagClassName
{
color: #C967E4;
}
</style>
background-color css
<style>
a { background-color: #C967E4; }
a { background-color: rgb(201,103,228); }
div.DivClassName
{
background-color: #C967E4;
}
.BgClassName
{
background-color: #C967E4;
}
</style>
border-color css
<style>
span { border-color: #C967E4; }
span { border-color: rgb(201,103,228); }
td.TdClassName
{
border-color: #C967E4;
}
.TagClassName
{
border-color: #C967E4;
}
</style>