Shades of Orchid #C677B7
Tints of Orchid #C677B7
RGB
CMYK
RGB Variations
Color information
#C677B7 (or 0xC677B7) is known color: Orchid. HEX triplet: C6, 77 and B7. RGB value is (198,119,183). Sum of RGB (Red+Green+Blue) = 198+119+183=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C677B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677B7 is #398848. Grayscale: #959595. Windows color (decimal): -3770441 or 12023750. OLE color: 12023750.
HSL color Cylindrical-coordinate representation of color #C677B7: hue angle of 311.39º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C677B7 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 183 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.22 |
| HSL | 311.39º | 0.41% | 0.62% | - |
| HSV(B) | 311.39º | 0.4% | 0.78% | - |
| XYZ | 38.43 | 28.62 | 48.3 | - |
| YUV | 149.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 183 | 0 | 0.40 | 0.08 | 0.22 | 311.39 | 0.41 | 0.62 |
| Hex | C6 | 77 | B7 | 0 | 28 | 8 | 16 | 137 | 29 | 3E |
| Octal | 306 | 167 | 267 | 0 | 50 | 10 | 26 | 467 | 51 | 76 |
| Binary | 11000110 | 1110111 | 10110111 | 0 | 101000 | 1000 | 10110 | 100110111 | 101001 | 111110 |
Color Harmonies of #C677B7
Complementary color
Monochromatic Colors of #C677B7
Black with #C677B7
Text Example
Text Example
White with #C677B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677B7; }
p { color: rgb(198,119,183); }
H1.HeaderClassName
{
color: #C677B7;
}
.AnyTagClassName
{
color: #C677B7;
}
</style>
background-color css
<style>
a { background-color: #C677B7; }
a { background-color: rgb(198,119,183); }
div.DivClassName
{
background-color: #C677B7;
}
.BgClassName
{
background-color: #C677B7;
}
</style>
border-color css
<style>
span { border-color: #C677B7; }
span { border-color: rgb(198,119,183); }
td.TdClassName
{
border-color: #C677B7;
}
.TagClassName
{
border-color: #C677B7;
}
</style>