Shades of Orchid #CC84CF
Tints of Orchid #CC84CF
RGB
CMYK
RGB Variations
Color information
#CC84CF (or 0xCC84CF) is known color: Orchid. HEX triplet: CC, 84 and CF. RGB value is (204,132,207). Sum of RGB (Red+Green+Blue) = 204+132+207=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84CF is #337B30. Grayscale: #A1A1A1. Windows color (decimal): -3373873 or 13599948. OLE color: 13599948.
HSL color Cylindrical-coordinate representation of color #CC84CF: hue angle of 297.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC84CF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 132 | 207 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.19 |
| HSL | 297.6º | 0.44% | 0.66% | - |
| HSV(B) | 297.6º | 0.36% | 0.81% | - |
| XYZ | 44.42 | 33.84 | 63.22 | - |
| YUV | 162.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 207 | 0.01 | 0.36 | 0 | 0.19 | 297.6 | 0.44 | 0.66 |
| Hex | CC | 84 | CF | 1 | 24 | 0 | 13 | 12A | 2C | 42 |
| Octal | 314 | 204 | 317 | 1 | 44 | 0 | 23 | 452 | 54 | 102 |
| Binary | 11001100 | 10000100 | 11001111 | 1 | 100100 | 0 | 10011 | 100101010 | 101100 | 1000010 |
Color Harmonies of #CC84CF
Complementary color
Monochromatic Colors of #CC84CF
Black with #CC84CF
Text Example
Text Example
White with #CC84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84CF; }
p { color: rgb(204,132,207); }
H1.HeaderClassName
{
color: #CC84CF;
}
.AnyTagClassName
{
color: #CC84CF;
}
</style>
background-color css
<style>
a { background-color: #CC84CF; }
a { background-color: rgb(204,132,207); }
div.DivClassName
{
background-color: #CC84CF;
}
.BgClassName
{
background-color: #CC84CF;
}
</style>
border-color css
<style>
span { border-color: #CC84CF; }
span { border-color: rgb(204,132,207); }
td.TdClassName
{
border-color: #CC84CF;
}
.TagClassName
{
border-color: #CC84CF;
}
</style>