Shades of Orchid #C280D0
Tints of Orchid #C280D0
RGB
CMYK
RGB Variations
Color information
#C280D0 (or 0xC280D0) is known color: Orchid. HEX triplet: C2, 80 and D0. RGB value is (194,128,208). Sum of RGB (Red+Green+Blue) = 194+128+208=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #C280D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280D0 is #3D7F2F. Grayscale: #9C9C9C. Windows color (decimal): -4030256 or 13664450. OLE color: 13664450.
HSL color Cylindrical-coordinate representation of color #C280D0: hue angle of 289.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C280D0 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 128 | 208 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.18 |
| HSL | 289.5º | 0.46% | 0.66% | - |
| HSV(B) | 289.5º | 0.38% | 0.82% | - |
| XYZ | 41.35 | 31.46 | 63.57 | - |
| YUV | 156.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 208 | 0.07 | 0.38 | 0 | 0.18 | 289.5 | 0.46 | 0.66 |
| Hex | C2 | 80 | D0 | 7 | 26 | 0 | 12 | 122 | 2E | 42 |
| Octal | 302 | 200 | 320 | 7 | 46 | 0 | 22 | 442 | 56 | 102 |
| Binary | 11000010 | 10000000 | 11010000 | 111 | 100110 | 0 | 10010 | 100100010 | 101110 | 1000010 |
Color Harmonies of #C280D0
Complementary color
Monochromatic Colors of #C280D0
Black with #C280D0
Text Example
Text Example
White with #C280D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280D0; }
p { color: rgb(194,128,208); }
H1.HeaderClassName
{
color: #C280D0;
}
.AnyTagClassName
{
color: #C280D0;
}
</style>
background-color css
<style>
a { background-color: #C280D0; }
a { background-color: rgb(194,128,208); }
div.DivClassName
{
background-color: #C280D0;
}
.BgClassName
{
background-color: #C280D0;
}
</style>
border-color css
<style>
span { border-color: #C280D0; }
span { border-color: rgb(194,128,208); }
td.TdClassName
{
border-color: #C280D0;
}
.TagClassName
{
border-color: #C280D0;
}
</style>