Shades of Medium Orchid #C967E8
Tints of Medium Orchid #C967E8
RGB
CMYK
RGB Variations
Color information
#C967E8 (or 0xC967E8) is known color: Medium Orchid. HEX triplet: C9, 67 and E8. RGB value is (201,103,232). Sum of RGB (Red+Green+Blue) = 201+103+232=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #C967E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967E8 is #369817. Grayscale: #929292. Windows color (decimal): -3577880 or 15230921. OLE color: 15230921.
HSL color Cylindrical-coordinate representation of color #C967E8: hue angle of 285.58º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C967E8 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 103 | 232 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.09 |
| HSL | 285.58º | 0.74% | 0.66% | - |
| HSV(B) | 285.58º | 0.56% | 0.91% | - |
| XYZ | 43.5 | 27.94 | 79.44 | - |
| YUV | 147.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 232 | 0.13 | 0.56 | 0 | 0.09 | 285.58 | 0.74 | 0.66 |
| Hex | C9 | 67 | E8 | D | 38 | 0 | 9 | 11E | 4A | 42 |
| Octal | 311 | 147 | 350 | 15 | 70 | 0 | 11 | 436 | 112 | 102 |
| Binary | 11001001 | 1100111 | 11101000 | 1101 | 111000 | 0 | 1001 | 100011110 | 1001010 | 1000010 |
Color Harmonies of #C967E8
Complementary color
Monochromatic Colors of #C967E8
Black with #C967E8
Text Example
Text Example
White with #C967E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967E8; }
p { color: rgb(201,103,232); }
H1.HeaderClassName
{
color: #C967E8;
}
.AnyTagClassName
{
color: #C967E8;
}
</style>
background-color css
<style>
a { background-color: #C967E8; }
a { background-color: rgb(201,103,232); }
div.DivClassName
{
background-color: #C967E8;
}
.BgClassName
{
background-color: #C967E8;
}
</style>
border-color css
<style>
span { border-color: #C967E8; }
span { border-color: rgb(201,103,232); }
td.TdClassName
{
border-color: #C967E8;
}
.TagClassName
{
border-color: #C967E8;
}
</style>