Shades of Orchid #CC80D6
Tints of Orchid #CC80D6
RGB
CMYK
RGB Variations
Color information
#CC80D6 (or 0xCC80D6) is known color: Orchid. HEX triplet: CC, 80 and D6. RGB value is (204,128,214). Sum of RGB (Red+Green+Blue) = 204+128+214=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80D6 is #337F29. Grayscale: #A0A0A0. Windows color (decimal): -3374890 or 14057676. OLE color: 14057676.
HSL color Cylindrical-coordinate representation of color #CC80D6: hue angle of 293.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC80D6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 128 | 214 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.16 |
| HSL | 293.02º | 0.51% | 0.67% | - |
| HSV(B) | 293.02º | 0.4% | 0.84% | - |
| XYZ | 44.76 | 33.13 | 67.65 | - |
| YUV | 160.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 214 | 0.05 | 0.40 | 0 | 0.16 | 293.02 | 0.51 | 0.67 |
| Hex | CC | 80 | D6 | 5 | 28 | 0 | 10 | 125 | 33 | 43 |
| Octal | 314 | 200 | 326 | 5 | 50 | 0 | 20 | 445 | 63 | 103 |
| Binary | 11001100 | 10000000 | 11010110 | 101 | 101000 | 0 | 10000 | 100100101 | 110011 | 1000011 |
Color Harmonies of #CC80D6
Complementary color
Monochromatic Colors of #CC80D6
Black with #CC80D6
Text Example
Text Example
White with #CC80D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80D6; }
p { color: rgb(204,128,214); }
H1.HeaderClassName
{
color: #CC80D6;
}
.AnyTagClassName
{
color: #CC80D6;
}
</style>
background-color css
<style>
a { background-color: #CC80D6; }
a { background-color: rgb(204,128,214); }
div.DivClassName
{
background-color: #CC80D6;
}
.BgClassName
{
background-color: #CC80D6;
}
</style>
border-color css
<style>
span { border-color: #CC80D6; }
span { border-color: rgb(204,128,214); }
td.TdClassName
{
border-color: #CC80D6;
}
.TagClassName
{
border-color: #CC80D6;
}
</style>