Shades of Orchid #C678E1
Tints of Orchid #C678E1
RGB
CMYK
RGB Variations
Color information
#C678E1 (or 0xC678E1) is known color: Orchid. HEX triplet: C6, 78 and E1. RGB value is (198,120,225). Sum of RGB (Red+Green+Blue) = 198+120+225=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #C678E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678E1 is #39871E. Grayscale: #9A9A9A. Windows color (decimal): -3770143 or 14776518. OLE color: 14776518.
HSL color Cylindrical-coordinate representation of color #C678E1: hue angle of 284.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C678E1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 120 | 225 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.12 |
| HSL | 284.57º | 0.64% | 0.68% | - |
| HSV(B) | 284.57º | 0.47% | 0.88% | - |
| XYZ | 43.6 | 30.87 | 74.9 | - |
| YUV | 155.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 225 | 0.12 | 0.47 | 0 | 0.12 | 284.57 | 0.64 | 0.68 |
| Hex | C6 | 78 | E1 | C | 2F | 0 | C | 11D | 40 | 44 |
| Octal | 306 | 170 | 341 | 14 | 57 | 0 | 14 | 435 | 100 | 104 |
| Binary | 11000110 | 1111000 | 11100001 | 1100 | 101111 | 0 | 1100 | 100011101 | 1000000 | 1000100 |
Color Harmonies of #C678E1
Complementary color
Monochromatic Colors of #C678E1
Black with #C678E1
Text Example
Text Example
White with #C678E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678E1; }
p { color: rgb(198,120,225); }
H1.HeaderClassName
{
color: #C678E1;
}
.AnyTagClassName
{
color: #C678E1;
}
</style>
background-color css
<style>
a { background-color: #C678E1; }
a { background-color: rgb(198,120,225); }
div.DivClassName
{
background-color: #C678E1;
}
.BgClassName
{
background-color: #C678E1;
}
</style>
border-color css
<style>
span { border-color: #C678E1; }
span { border-color: rgb(198,120,225); }
td.TdClassName
{
border-color: #C678E1;
}
.TagClassName
{
border-color: #C678E1;
}
</style>