Shades of Orchid #C678D4
Tints of Orchid #C678D4
RGB
CMYK
RGB Variations
Color information
#C678D4 (or 0xC678D4) is known color: Orchid. HEX triplet: C6, 78 and D4. RGB value is (198,120,212). Sum of RGB (Red+Green+Blue) = 198+120+212=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #C678D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678D4 is #39872B. Grayscale: #999999. Windows color (decimal): -3770156 or 13924550. OLE color: 13924550.
HSL color Cylindrical-coordinate representation of color #C678D4: hue angle of 290.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C678D4 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 120 | 212 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.17 |
| HSL | 290.87º | 0.52% | 0.65% | - |
| HSV(B) | 290.87º | 0.43% | 0.83% | - |
| XYZ | 41.89 | 30.19 | 65.91 | - |
| YUV | 153.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 212 | 0.07 | 0.43 | 0 | 0.17 | 290.87 | 0.52 | 0.65 |
| Hex | C6 | 78 | D4 | 7 | 2B | 0 | 11 | 123 | 34 | 41 |
| Octal | 306 | 170 | 324 | 7 | 53 | 0 | 21 | 443 | 64 | 101 |
| Binary | 11000110 | 1111000 | 11010100 | 111 | 101011 | 0 | 10001 | 100100011 | 110100 | 1000001 |
Color Harmonies of #C678D4
Complementary color
Monochromatic Colors of #C678D4
Black with #C678D4
Text Example
Text Example
White with #C678D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678D4; }
p { color: rgb(198,120,212); }
H1.HeaderClassName
{
color: #C678D4;
}
.AnyTagClassName
{
color: #C678D4;
}
</style>
background-color css
<style>
a { background-color: #C678D4; }
a { background-color: rgb(198,120,212); }
div.DivClassName
{
background-color: #C678D4;
}
.BgClassName
{
background-color: #C678D4;
}
</style>
border-color css
<style>
span { border-color: #C678D4; }
span { border-color: rgb(198,120,212); }
td.TdClassName
{
border-color: #C678D4;
}
.TagClassName
{
border-color: #C678D4;
}
</style>