Shades of Orchid #CC80BD
Tints of Orchid #CC80BD
RGB
CMYK
RGB Variations
Color information
#CC80BD (or 0xCC80BD) is known color: Orchid. HEX triplet: CC, 80 and BD. RGB value is (204,128,189). Sum of RGB (Red+Green+Blue) = 204+128+189=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80BD is #337F42. Grayscale: #9D9D9D. Windows color (decimal): -3374915 or 12419276. OLE color: 12419276.
HSL color Cylindrical-coordinate representation of color #CC80BD: hue angle of 311.84º 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 #CC80BD is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 189 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.2 |
| HSL | 311.84º | 0.43% | 0.65% | - |
| HSV(B) | 311.84º | 0.37% | 0.8% | - |
| XYZ | 41.81 | 31.95 | 52.11 | - |
| YUV | 157.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 189 | 0 | 0.37 | 0.07 | 0.2 | 311.84 | 0.43 | 0.65 |
| Hex | CC | 80 | BD | 0 | 25 | 7 | 14 | 138 | 2B | 41 |
| Octal | 314 | 200 | 275 | 0 | 45 | 7 | 24 | 470 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10111101 | 0 | 100101 | 111 | 10100 | 100111000 | 101011 | 1000001 |
Color Harmonies of #CC80BD
Complementary color
Monochromatic Colors of #CC80BD
Black with #CC80BD
Text Example
Text Example
White with #CC80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80BD; }
p { color: rgb(204,128,189); }
H1.HeaderClassName
{
color: #CC80BD;
}
.AnyTagClassName
{
color: #CC80BD;
}
</style>
background-color css
<style>
a { background-color: #CC80BD; }
a { background-color: rgb(204,128,189); }
div.DivClassName
{
background-color: #CC80BD;
}
.BgClassName
{
background-color: #CC80BD;
}
</style>
border-color css
<style>
span { border-color: #CC80BD; }
span { border-color: rgb(204,128,189); }
td.TdClassName
{
border-color: #CC80BD;
}
.TagClassName
{
border-color: #CC80BD;
}
</style>