Shades of Orchid #C880CE
Tints of Orchid #C880CE
RGB
CMYK
RGB Variations
Color information
#C880CE (or 0xC880CE) is known color: Orchid. HEX triplet: C8, 80 and CE. RGB value is (200,128,206). Sum of RGB (Red+Green+Blue) = 200+128+206=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C880CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880CE is #377F31. Grayscale: #9E9E9E. Windows color (decimal): -3637042 or 13533384. OLE color: 13533384.
HSL color Cylindrical-coordinate representation of color #C880CE: hue angle of 295.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C880CE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 128 | 206 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.19 |
| HSL | 295.38º | 0.44% | 0.65% | - |
| HSV(B) | 295.38º | 0.38% | 0.81% | - |
| XYZ | 42.68 | 32.17 | 62.35 | - |
| YUV | 158.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 206 | 0.03 | 0.38 | 0 | 0.19 | 295.38 | 0.44 | 0.65 |
| Hex | C8 | 80 | CE | 3 | 26 | 0 | 13 | 127 | 2C | 41 |
| Octal | 310 | 200 | 316 | 3 | 46 | 0 | 23 | 447 | 54 | 101 |
| Binary | 11001000 | 10000000 | 11001110 | 11 | 100110 | 0 | 10011 | 100100111 | 101100 | 1000001 |
Color Harmonies of #C880CE
Complementary color
Monochromatic Colors of #C880CE
Black with #C880CE
Text Example
Text Example
White with #C880CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880CE; }
p { color: rgb(200,128,206); }
H1.HeaderClassName
{
color: #C880CE;
}
.AnyTagClassName
{
color: #C880CE;
}
</style>
background-color css
<style>
a { background-color: #C880CE; }
a { background-color: rgb(200,128,206); }
div.DivClassName
{
background-color: #C880CE;
}
.BgClassName
{
background-color: #C880CE;
}
</style>
border-color css
<style>
span { border-color: #C880CE; }
span { border-color: rgb(200,128,206); }
td.TdClassName
{
border-color: #C880CE;
}
.TagClassName
{
border-color: #C880CE;
}
</style>