Shades of Orchid #C677DA
Tints of Orchid #C677DA
RGB
CMYK
RGB Variations
Color information
#C677DA (or 0xC677DA) is known color: Orchid. HEX triplet: C6, 77 and DA. RGB value is (198,119,218). Sum of RGB (Red+Green+Blue) = 198+119+218=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C677DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677DA is #398825. Grayscale: #999999. Windows color (decimal): -3770406 or 14317510. OLE color: 14317510.
HSL color Cylindrical-coordinate representation of color #C677DA: hue angle of 287.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C677DA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 119 | 218 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.15 |
| HSL | 287.88º | 0.57% | 0.66% | - |
| HSV(B) | 287.88º | 0.45% | 0.85% | - |
| XYZ | 42.54 | 30.26 | 69.93 | - |
| YUV | 153.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 218 | 0.09 | 0.45 | 0 | 0.15 | 287.88 | 0.57 | 0.66 |
| Hex | C6 | 77 | DA | 9 | 2D | 0 | F | 120 | 39 | 42 |
| Octal | 306 | 167 | 332 | 11 | 55 | 0 | 17 | 440 | 71 | 102 |
| Binary | 11000110 | 1110111 | 11011010 | 1001 | 101101 | 0 | 1111 | 100100000 | 111001 | 1000010 |
Color Harmonies of #C677DA
Complementary color
Monochromatic Colors of #C677DA
Black with #C677DA
Text Example
Text Example
White with #C677DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677DA; }
p { color: rgb(198,119,218); }
H1.HeaderClassName
{
color: #C677DA;
}
.AnyTagClassName
{
color: #C677DA;
}
</style>
background-color css
<style>
a { background-color: #C677DA; }
a { background-color: rgb(198,119,218); }
div.DivClassName
{
background-color: #C677DA;
}
.BgClassName
{
background-color: #C677DA;
}
</style>
border-color css
<style>
span { border-color: #C677DA; }
span { border-color: rgb(198,119,218); }
td.TdClassName
{
border-color: #C677DA;
}
.TagClassName
{
border-color: #C677DA;
}
</style>