Shades of Orchid #CC84CA
Tints of Orchid #CC84CA
RGB
CMYK
RGB Variations
Color information
#CC84CA (or 0xCC84CA) is known color: Orchid. HEX triplet: CC, 84 and CA. RGB value is (204,132,202). Sum of RGB (Red+Green+Blue) = 204+132+202=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84CA is #337B35. Grayscale: #A1A1A1. Windows color (decimal): -3373878 or 13272268. OLE color: 13272268.
HSL color Cylindrical-coordinate representation of color #CC84CA: hue angle of 301.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC84CA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 202 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.2 |
| HSL | 301.67º | 0.41% | 0.66% | - |
| HSV(B) | 301.67º | 0.35% | 0.8% | - |
| XYZ | 43.81 | 33.6 | 60.05 | - |
| YUV | 161.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 202 | 0 | 0.35 | 0.01 | 0.2 | 301.67 | 0.41 | 0.66 |
| Hex | CC | 84 | CA | 0 | 23 | 1 | 14 | 12E | 29 | 42 |
| Octal | 314 | 204 | 312 | 0 | 43 | 1 | 24 | 456 | 51 | 102 |
| Binary | 11001100 | 10000100 | 11001010 | 0 | 100011 | 1 | 10100 | 100101110 | 101001 | 1000010 |
Color Harmonies of #CC84CA
Complementary color
Monochromatic Colors of #CC84CA
Black with #CC84CA
Text Example
Text Example
White with #CC84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84CA; }
p { color: rgb(204,132,202); }
H1.HeaderClassName
{
color: #CC84CA;
}
.AnyTagClassName
{
color: #CC84CA;
}
</style>
background-color css
<style>
a { background-color: #CC84CA; }
a { background-color: rgb(204,132,202); }
div.DivClassName
{
background-color: #CC84CA;
}
.BgClassName
{
background-color: #CC84CA;
}
</style>
border-color css
<style>
span { border-color: #CC84CA; }
span { border-color: rgb(204,132,202); }
td.TdClassName
{
border-color: #CC84CA;
}
.TagClassName
{
border-color: #CC84CA;
}
</style>