Shades of Orchid #CC87D1
Tints of Orchid #CC87D1
RGB
CMYK
RGB Variations
Color information
#CC87D1 (or 0xCC87D1) is known color: Orchid. HEX triplet: CC, 87 and D1. RGB value is (204,135,209). Sum of RGB (Red+Green+Blue) = 204+135+209=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87D1 is #33782E. Grayscale: #A3A3A3. Windows color (decimal): -3373103 or 13731788. OLE color: 13731788.
HSL color Cylindrical-coordinate representation of color #CC87D1: hue angle of 295.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC87D1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 135 | 209 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.18 |
| HSL | 295.95º | 0.45% | 0.67% | - |
| HSV(B) | 295.95º | 0.35% | 0.82% | - |
| XYZ | 45.07 | 34.77 | 64.66 | - |
| YUV | 164.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 209 | 0.02 | 0.35 | 0 | 0.18 | 295.95 | 0.45 | 0.67 |
| Hex | CC | 87 | D1 | 2 | 23 | 0 | 12 | 128 | 2D | 43 |
| Octal | 314 | 207 | 321 | 2 | 43 | 0 | 22 | 450 | 55 | 103 |
| Binary | 11001100 | 10000111 | 11010001 | 10 | 100011 | 0 | 10010 | 100101000 | 101101 | 1000011 |
Color Harmonies of #CC87D1
Complementary color
Monochromatic Colors of #CC87D1
Black with #CC87D1
Text Example
Text Example
White with #CC87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87D1; }
p { color: rgb(204,135,209); }
H1.HeaderClassName
{
color: #CC87D1;
}
.AnyTagClassName
{
color: #CC87D1;
}
</style>
background-color css
<style>
a { background-color: #CC87D1; }
a { background-color: rgb(204,135,209); }
div.DivClassName
{
background-color: #CC87D1;
}
.BgClassName
{
background-color: #CC87D1;
}
</style>
border-color css
<style>
span { border-color: #CC87D1; }
span { border-color: rgb(204,135,209); }
td.TdClassName
{
border-color: #CC87D1;
}
.TagClassName
{
border-color: #CC87D1;
}
</style>