Shades of Orchid #C880D4
Tints of Orchid #C880D4
RGB
CMYK
RGB Variations
Color information
#C880D4 (or 0xC880D4) is known color: Orchid. HEX triplet: C8, 80 and D4. RGB value is (200,128,212). Sum of RGB (Red+Green+Blue) = 200+128+212=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #C880D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880D4 is #377F2B. Grayscale: #9E9E9E. Windows color (decimal): -3637036 or 13926600. OLE color: 13926600.
HSL color Cylindrical-coordinate representation of color #C880D4: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C880D4 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 128 | 212 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.17 |
| HSL | 291.43º | 0.49% | 0.67% | - |
| HSV(B) | 291.43º | 0.4% | 0.83% | - |
| XYZ | 43.42 | 32.47 | 66.27 | - |
| YUV | 159.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 212 | 0.06 | 0.40 | 0 | 0.17 | 291.43 | 0.49 | 0.67 |
| Hex | C8 | 80 | D4 | 6 | 28 | 0 | 11 | 123 | 31 | 43 |
| Octal | 310 | 200 | 324 | 6 | 50 | 0 | 21 | 443 | 61 | 103 |
| Binary | 11001000 | 10000000 | 11010100 | 110 | 101000 | 0 | 10001 | 100100011 | 110001 | 1000011 |
Color Harmonies of #C880D4
Complementary color
Monochromatic Colors of #C880D4
Black with #C880D4
Text Example
Text Example
White with #C880D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880D4; }
p { color: rgb(200,128,212); }
H1.HeaderClassName
{
color: #C880D4;
}
.AnyTagClassName
{
color: #C880D4;
}
</style>
background-color css
<style>
a { background-color: #C880D4; }
a { background-color: rgb(200,128,212); }
div.DivClassName
{
background-color: #C880D4;
}
.BgClassName
{
background-color: #C880D4;
}
</style>
border-color css
<style>
span { border-color: #C880D4; }
span { border-color: rgb(200,128,212); }
td.TdClassName
{
border-color: #C880D4;
}
.TagClassName
{
border-color: #C880D4;
}
</style>