Shades of Orchid #CC84CC
Tints of Orchid #CC84CC
RGB
CMYK
RGB Variations
Color information
#CC84CC (or 0xCC84CC) is known color: Orchid. HEX triplet: CC, 84 and CC. RGB value is (204,132,204). Sum of RGB (Red+Green+Blue) = 204+132+204=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84CC is #337B33. Grayscale: #A1A1A1. Windows color (decimal): -3373876 or 13403340. OLE color: 13403340.
HSL color Cylindrical-coordinate representation of color #CC84CC: hue angle of 300º 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 #CC84CC is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 204 | - |
| CMYK | 0 | 0.35 | 0 | 0.2 |
| HSL | 300º | 0.41% | 0.66% | - |
| HSV(B) | 300º | 0.35% | 0.8% | - |
| XYZ | 44.05 | 33.7 | 61.31 | - |
| YUV | 161.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 204 | 0 | 0.35 | 0 | 0.2 | 300 | 0.41 | 0.66 |
| Hex | CC | 84 | CC | 0 | 23 | 0 | 14 | 12C | 29 | 42 |
| Octal | 314 | 204 | 314 | 0 | 43 | 0 | 24 | 454 | 51 | 102 |
| Binary | 11001100 | 10000100 | 11001100 | 0 | 100011 | 0 | 10100 | 100101100 | 101001 | 1000010 |
Color Harmonies of #CC84CC
Complementary color
Monochromatic Colors of #CC84CC
Black with #CC84CC
Text Example
Text Example
White with #CC84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84CC; }
p { color: rgb(204,132,204); }
H1.HeaderClassName
{
color: #CC84CC;
}
.AnyTagClassName
{
color: #CC84CC;
}
</style>
background-color css
<style>
a { background-color: #CC84CC; }
a { background-color: rgb(204,132,204); }
div.DivClassName
{
background-color: #CC84CC;
}
.BgClassName
{
background-color: #CC84CC;
}
</style>
border-color css
<style>
span { border-color: #CC84CC; }
span { border-color: rgb(204,132,204); }
td.TdClassName
{
border-color: #CC84CC;
}
.TagClassName
{
border-color: #CC84CC;
}
</style>