Shades of Orchid #CC81BE
Tints of Orchid #CC81BE
RGB
CMYK
RGB Variations
Color information
#CC81BE (or 0xCC81BE) is known color: Orchid. HEX triplet: CC, 81 and BE. RGB value is (204,129,190). Sum of RGB (Red+Green+Blue) = 204+129+190=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81BE is #337E41. Grayscale: #9E9E9E. Windows color (decimal): -3374658 or 12485068. OLE color: 12485068.
HSL color Cylindrical-coordinate representation of color #CC81BE: hue angle of 311.2º degrees, saturation: 0.42, 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 #CC81BE is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 190 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.2 |
| HSL | 311.2º | 0.42% | 0.65% | - |
| HSV(B) | 311.2º | 0.37% | 0.8% | - |
| XYZ | 42.05 | 32.26 | 52.73 | - |
| YUV | 158.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 190 | 0 | 0.37 | 0.07 | 0.2 | 311.2 | 0.42 | 0.65 |
| Hex | CC | 81 | BE | 0 | 25 | 7 | 14 | 137 | 2A | 41 |
| Octal | 314 | 201 | 276 | 0 | 45 | 7 | 24 | 467 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10111110 | 0 | 100101 | 111 | 10100 | 100110111 | 101010 | 1000001 |
Color Harmonies of #CC81BE
Complementary color
Monochromatic Colors of #CC81BE
Black with #CC81BE
Text Example
Text Example
White with #CC81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81BE; }
p { color: rgb(204,129,190); }
H1.HeaderClassName
{
color: #CC81BE;
}
.AnyTagClassName
{
color: #CC81BE;
}
</style>
background-color css
<style>
a { background-color: #CC81BE; }
a { background-color: rgb(204,129,190); }
div.DivClassName
{
background-color: #CC81BE;
}
.BgClassName
{
background-color: #CC81BE;
}
</style>
border-color css
<style>
span { border-color: #CC81BE; }
span { border-color: rgb(204,129,190); }
td.TdClassName
{
border-color: #CC81BE;
}
.TagClassName
{
border-color: #CC81BE;
}
</style>