Shades of Orchid #CC80D8
Tints of Orchid #CC80D8
RGB
CMYK
RGB Variations
Color information
#CC80D8 (or 0xCC80D8) is known color: Orchid. HEX triplet: CC, 80 and D8. RGB value is (204,128,216). Sum of RGB (Red+Green+Blue) = 204+128+216=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80D8 is #337F27. Grayscale: #A0A0A0. Windows color (decimal): -3374888 or 14188748. OLE color: 14188748.
HSL color Cylindrical-coordinate representation of color #CC80D8: hue angle of 291.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC80D8 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 128 | 216 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.15 |
| HSL | 291.82º | 0.53% | 0.67% | - |
| HSV(B) | 291.82º | 0.41% | 0.85% | - |
| XYZ | 45.02 | 33.23 | 69.01 | - |
| YUV | 160.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 216 | 0.06 | 0.41 | 0 | 0.15 | 291.82 | 0.53 | 0.67 |
| Hex | CC | 80 | D8 | 6 | 29 | 0 | F | 124 | 35 | 43 |
| Octal | 314 | 200 | 330 | 6 | 51 | 0 | 17 | 444 | 65 | 103 |
| Binary | 11001100 | 10000000 | 11011000 | 110 | 101001 | 0 | 1111 | 100100100 | 110101 | 1000011 |
Color Harmonies of #CC80D8
Complementary color
Monochromatic Colors of #CC80D8
Black with #CC80D8
Text Example
Text Example
White with #CC80D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80D8; }
p { color: rgb(204,128,216); }
H1.HeaderClassName
{
color: #CC80D8;
}
.AnyTagClassName
{
color: #CC80D8;
}
</style>
background-color css
<style>
a { background-color: #CC80D8; }
a { background-color: rgb(204,128,216); }
div.DivClassName
{
background-color: #CC80D8;
}
.BgClassName
{
background-color: #CC80D8;
}
</style>
border-color css
<style>
span { border-color: #CC80D8; }
span { border-color: rgb(204,128,216); }
td.TdClassName
{
border-color: #CC80D8;
}
.TagClassName
{
border-color: #CC80D8;
}
</style>