Shades of Orchid #C675DC
Tints of Orchid #C675DC
RGB
CMYK
RGB Variations
Color information
#C675DC (or 0xC675DC) is known color: Orchid. HEX triplet: C6, 75 and DC. RGB value is (198,117,220). Sum of RGB (Red+Green+Blue) = 198+117+220=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #C675DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DC is #398A23. Grayscale: #989898. Windows color (decimal): -3770916 or 14448070. OLE color: 14448070.
HSL color Cylindrical-coordinate representation of color #C675DC: hue angle of 287.18º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C675DC is Cyan = 0.1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 117 | 220 | - |
| CMYK | 0.1 | 0.47 | 0 | 0.14 |
| HSL | 287.18º | 0.6% | 0.66% | - |
| HSV(B) | 287.18º | 0.47% | 0.86% | - |
| XYZ | 42.57 | 29.9 | 71.24 | - |
| YUV | 152.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 220 | 0.1 | 0.47 | 0 | 0.14 | 287.18 | 0.6 | 0.66 |
| Hex | C6 | 75 | DC | A | 2F | 0 | E | 11F | 3C | 42 |
| Octal | 306 | 165 | 334 | 12 | 57 | 0 | 16 | 437 | 74 | 102 |
| Binary | 11000110 | 1110101 | 11011100 | 1010 | 101111 | 0 | 1110 | 100011111 | 111100 | 1000010 |
Color Harmonies of #C675DC
Complementary color
Monochromatic Colors of #C675DC
Black with #C675DC
Text Example
Text Example
White with #C675DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675DC; }
p { color: rgb(198,117,220); }
H1.HeaderClassName
{
color: #C675DC;
}
.AnyTagClassName
{
color: #C675DC;
}
</style>
background-color css
<style>
a { background-color: #C675DC; }
a { background-color: rgb(198,117,220); }
div.DivClassName
{
background-color: #C675DC;
}
.BgClassName
{
background-color: #C675DC;
}
</style>
border-color css
<style>
span { border-color: #C675DC; }
span { border-color: rgb(198,117,220); }
td.TdClassName
{
border-color: #C675DC;
}
.TagClassName
{
border-color: #C675DC;
}
</style>