Shades of Orchid #C880CF
Tints of Orchid #C880CF
RGB
CMYK
RGB Variations
Color information
#C880CF (or 0xC880CF) is known color: Orchid. HEX triplet: C8, 80 and CF. RGB value is (200,128,207). Sum of RGB (Red+Green+Blue) = 200+128+207=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C880CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880CF is #377F30. Grayscale: #9E9E9E. Windows color (decimal): -3637041 or 13598920. OLE color: 13598920.
HSL color Cylindrical-coordinate representation of color #C880CF: hue angle of 294.68º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C880CF is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 128 | 207 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.19 |
| HSL | 294.68º | 0.45% | 0.66% | - |
| HSV(B) | 294.68º | 0.38% | 0.81% | - |
| XYZ | 42.8 | 32.22 | 63 | - |
| YUV | 158.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 207 | 0.03 | 0.38 | 0 | 0.19 | 294.68 | 0.45 | 0.66 |
| Hex | C8 | 80 | CF | 3 | 26 | 0 | 13 | 127 | 2D | 42 |
| Octal | 310 | 200 | 317 | 3 | 46 | 0 | 23 | 447 | 55 | 102 |
| Binary | 11001000 | 10000000 | 11001111 | 11 | 100110 | 0 | 10011 | 100100111 | 101101 | 1000010 |
Color Harmonies of #C880CF
Complementary color
Monochromatic Colors of #C880CF
Black with #C880CF
Text Example
Text Example
White with #C880CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880CF; }
p { color: rgb(200,128,207); }
H1.HeaderClassName
{
color: #C880CF;
}
.AnyTagClassName
{
color: #C880CF;
}
</style>
background-color css
<style>
a { background-color: #C880CF; }
a { background-color: rgb(200,128,207); }
div.DivClassName
{
background-color: #C880CF;
}
.BgClassName
{
background-color: #C880CF;
}
</style>
border-color css
<style>
span { border-color: #C880CF; }
span { border-color: rgb(200,128,207); }
td.TdClassName
{
border-color: #C880CF;
}
.TagClassName
{
border-color: #C880CF;
}
</style>