Shades of Orchid #CC80CC
Tints of Orchid #CC80CC
RGB
CMYK
RGB Variations
Color information
#CC80CC (or 0xCC80CC) is known color: Orchid. HEX triplet: CC, 80 and CC. RGB value is (204,128,204). Sum of RGB (Red+Green+Blue) = 204+128+204=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80CC is #337F33. Grayscale: #9F9F9F. Windows color (decimal): -3374900 or 13402316. OLE color: 13402316.
HSL color Cylindrical-coordinate representation of color #CC80CC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC80CC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 204 | - |
| CMYK | 0 | 0.37 | 0 | 0.2 |
| HSL | 300º | 0.43% | 0.65% | - |
| HSV(B) | 300º | 0.37% | 0.8% | - |
| XYZ | 43.52 | 32.64 | 61.13 | - |
| YUV | 159.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 204 | 0 | 0.37 | 0 | 0.2 | 300 | 0.43 | 0.65 |
| Hex | CC | 80 | CC | 0 | 25 | 0 | 14 | 12C | 2B | 41 |
| Octal | 314 | 200 | 314 | 0 | 45 | 0 | 24 | 454 | 53 | 101 |
| Binary | 11001100 | 10000000 | 11001100 | 0 | 100101 | 0 | 10100 | 100101100 | 101011 | 1000001 |
Color Harmonies of #CC80CC
Complementary color
Monochromatic Colors of #CC80CC
Black with #CC80CC
Text Example
Text Example
White with #CC80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80CC; }
p { color: rgb(204,128,204); }
H1.HeaderClassName
{
color: #CC80CC;
}
.AnyTagClassName
{
color: #CC80CC;
}
</style>
background-color css
<style>
a { background-color: #CC80CC; }
a { background-color: rgb(204,128,204); }
div.DivClassName
{
background-color: #CC80CC;
}
.BgClassName
{
background-color: #CC80CC;
}
</style>
border-color css
<style>
span { border-color: #CC80CC; }
span { border-color: rgb(204,128,204); }
td.TdClassName
{
border-color: #CC80CC;
}
.TagClassName
{
border-color: #CC80CC;
}
</style>