Shades of Orchid #C677CD
Tints of Orchid #C677CD
RGB
CMYK
RGB Variations
Color information
#C677CD (or 0xC677CD) is known color: Orchid. HEX triplet: C6, 77 and CD. RGB value is (198,119,205). Sum of RGB (Red+Green+Blue) = 198+119+205=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C677CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677CD is #398832. Grayscale: #989898. Windows color (decimal): -3770419 or 13465542. OLE color: 13465542.
HSL color Cylindrical-coordinate representation of color #C677CD: hue angle of 295.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C677CD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 119 | 205 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.20 |
| HSL | 295.12º | 0.46% | 0.64% | - |
| HSV(B) | 295.12º | 0.42% | 0.8% | - |
| XYZ | 40.9 | 29.61 | 61.32 | - |
| YUV | 152.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 205 | 0.03 | 0.42 | 0 | 0.20 | 295.12 | 0.46 | 0.64 |
| Hex | C6 | 77 | CD | 3 | 2A | 0 | 14 | 127 | 2E | 40 |
| Octal | 306 | 167 | 315 | 3 | 52 | 0 | 24 | 447 | 56 | 100 |
| Binary | 11000110 | 1110111 | 11001101 | 11 | 101010 | 0 | 10100 | 100100111 | 101110 | 1000000 |
Color Harmonies of #C677CD
Complementary color
Monochromatic Colors of #C677CD
Black with #C677CD
Text Example
Text Example
White with #C677CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677CD; }
p { color: rgb(198,119,205); }
H1.HeaderClassName
{
color: #C677CD;
}
.AnyTagClassName
{
color: #C677CD;
}
</style>
background-color css
<style>
a { background-color: #C677CD; }
a { background-color: rgb(198,119,205); }
div.DivClassName
{
background-color: #C677CD;
}
.BgClassName
{
background-color: #C677CD;
}
</style>
border-color css
<style>
span { border-color: #C677CD; }
span { border-color: rgb(198,119,205); }
td.TdClassName
{
border-color: #C677CD;
}
.TagClassName
{
border-color: #C677CD;
}
</style>