Shades of Orchid #C681CD
Tints of Orchid #C681CD
RGB
CMYK
RGB Variations
Color information
#C681CD (or 0xC681CD) is known color: Orchid. HEX triplet: C6, 81 and CD. RGB value is (198,129,205). Sum of RGB (Red+Green+Blue) = 198+129+205=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C681CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681CD is #397E32. Grayscale: #9E9E9E. Windows color (decimal): -3767859 or 13468102. OLE color: 13468102.
HSL color Cylindrical-coordinate representation of color #C681CD: hue angle of 294.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C681CD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 129 | 205 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.20 |
| HSL | 294.47º | 0.43% | 0.65% | - |
| HSV(B) | 294.47º | 0.37% | 0.8% | - |
| XYZ | 42.16 | 32.11 | 61.73 | - |
| YUV | 158.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 205 | 0.03 | 0.37 | 0 | 0.20 | 294.47 | 0.43 | 0.65 |
| Hex | C6 | 81 | CD | 3 | 25 | 0 | 14 | 126 | 2B | 41 |
| Octal | 306 | 201 | 315 | 3 | 45 | 0 | 24 | 446 | 53 | 101 |
| Binary | 11000110 | 10000001 | 11001101 | 11 | 100101 | 0 | 10100 | 100100110 | 101011 | 1000001 |
Color Harmonies of #C681CD
Complementary color
Monochromatic Colors of #C681CD
Black with #C681CD
Text Example
Text Example
White with #C681CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C681CD; }
p { color: rgb(198,129,205); }
H1.HeaderClassName
{
color: #C681CD;
}
.AnyTagClassName
{
color: #C681CD;
}
</style>
background-color css
<style>
a { background-color: #C681CD; }
a { background-color: rgb(198,129,205); }
div.DivClassName
{
background-color: #C681CD;
}
.BgClassName
{
background-color: #C681CD;
}
</style>
border-color css
<style>
span { border-color: #C681CD; }
span { border-color: rgb(198,129,205); }
td.TdClassName
{
border-color: #C681CD;
}
.TagClassName
{
border-color: #C681CD;
}
</style>