Shades of Orchid #C678DF
Tints of Orchid #C678DF
RGB
CMYK
RGB Variations
Color information
#C678DF (or 0xC678DF) is known color: Orchid. HEX triplet: C6, 78 and DF. RGB value is (198,120,223). Sum of RGB (Red+Green+Blue) = 198+120+223=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #C678DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678DF is #398720. Grayscale: #9A9A9A. Windows color (decimal): -3770145 or 14645446. OLE color: 14645446.
HSL color Cylindrical-coordinate representation of color #C678DF: hue angle of 285.44º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C678DF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 120 | 223 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.13 |
| HSL | 285.44º | 0.62% | 0.67% | - |
| HSV(B) | 285.44º | 0.46% | 0.87% | - |
| XYZ | 43.32 | 30.77 | 73.47 | - |
| YUV | 155.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 223 | 0.11 | 0.46 | 0 | 0.13 | 285.44 | 0.62 | 0.67 |
| Hex | C6 | 78 | DF | B | 2E | 0 | D | 11D | 3E | 43 |
| Octal | 306 | 170 | 337 | 13 | 56 | 0 | 15 | 435 | 76 | 103 |
| Binary | 11000110 | 1111000 | 11011111 | 1011 | 101110 | 0 | 1101 | 100011101 | 111110 | 1000011 |
Color Harmonies of #C678DF
Complementary color
Monochromatic Colors of #C678DF
Black with #C678DF
Text Example
Text Example
White with #C678DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678DF; }
p { color: rgb(198,120,223); }
H1.HeaderClassName
{
color: #C678DF;
}
.AnyTagClassName
{
color: #C678DF;
}
</style>
background-color css
<style>
a { background-color: #C678DF; }
a { background-color: rgb(198,120,223); }
div.DivClassName
{
background-color: #C678DF;
}
.BgClassName
{
background-color: #C678DF;
}
</style>
border-color css
<style>
span { border-color: #C678DF; }
span { border-color: rgb(198,120,223); }
td.TdClassName
{
border-color: #C678DF;
}
.TagClassName
{
border-color: #C678DF;
}
</style>