Shades of Medium Orchid #C667E8
Tints of Medium Orchid #C667E8
RGB
CMYK
RGB Variations
Color information
#C667E8 (or 0xC667E8) is known color: Medium Orchid. HEX triplet: C6, 67 and E8. RGB value is (198,103,232). Sum of RGB (Red+Green+Blue) = 198+103+232=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #C667E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C667E8 is #399817. Grayscale: #919191. Windows color (decimal): -3774488 or 15230918. OLE color: 15230918.
HSL color Cylindrical-coordinate representation of color #C667E8: hue angle of 284.19º 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 #C667E8 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 103 | 232 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.09 |
| HSL | 284.19º | 0.74% | 0.66% | - |
| HSV(B) | 284.19º | 0.56% | 0.91% | - |
| XYZ | 42.7 | 27.53 | 79.41 | - |
| YUV | 146.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 232 | 0.15 | 0.56 | 0 | 0.09 | 284.19 | 0.74 | 0.66 |
| Hex | C6 | 67 | E8 | F | 38 | 0 | 9 | 11C | 4A | 42 |
| Octal | 306 | 147 | 350 | 17 | 70 | 0 | 11 | 434 | 112 | 102 |
| Binary | 11000110 | 1100111 | 11101000 | 1111 | 111000 | 0 | 1001 | 100011100 | 1001010 | 1000010 |
Color Harmonies of #C667E8
Complementary color
Monochromatic Colors of #C667E8
Black with #C667E8
Text Example
Text Example
White with #C667E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667E8; }
p { color: rgb(198,103,232); }
H1.HeaderClassName
{
color: #C667E8;
}
.AnyTagClassName
{
color: #C667E8;
}
</style>
background-color css
<style>
a { background-color: #C667E8; }
a { background-color: rgb(198,103,232); }
div.DivClassName
{
background-color: #C667E8;
}
.BgClassName
{
background-color: #C667E8;
}
</style>
border-color css
<style>
span { border-color: #C667E8; }
span { border-color: rgb(198,103,232); }
td.TdClassName
{
border-color: #C667E8;
}
.TagClassName
{
border-color: #C667E8;
}
</style>