Shades of Orchid #CC6AD1
Tints of Orchid #CC6AD1
RGB
CMYK
RGB Variations
Color information
#CC6AD1 (or 0xCC6AD1) is known color: Orchid. HEX triplet: CC, 6A and D1. RGB value is (204,106,209). Sum of RGB (Red+Green+Blue) = 204+106+209=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AD1 is #33952E. Grayscale: #929292. Windows color (decimal): -3380527 or 13724364. OLE color: 13724364.
HSL color Cylindrical-coordinate representation of color #CC6AD1: hue angle of 297.09º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6AD1 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 106 | 209 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.18 |
| HSL | 297.09º | 0.53% | 0.62% | - |
| HSV(B) | 297.09º | 0.49% | 0.82% | - |
| XYZ | 41.56 | 27.75 | 63.49 | - |
| YUV | 147.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 209 | 0.02 | 0.49 | 0 | 0.18 | 297.09 | 0.53 | 0.62 |
| Hex | CC | 6A | D1 | 2 | 31 | 0 | 12 | 129 | 35 | 3E |
| Octal | 314 | 152 | 321 | 2 | 61 | 0 | 22 | 451 | 65 | 76 |
| Binary | 11001100 | 1101010 | 11010001 | 10 | 110001 | 0 | 10010 | 100101001 | 110101 | 111110 |
Color Harmonies of #CC6AD1
Complementary color
Monochromatic Colors of #CC6AD1
Black with #CC6AD1
Text Example
Text Example
White with #CC6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AD1; }
p { color: rgb(204,106,209); }
H1.HeaderClassName
{
color: #CC6AD1;
}
.AnyTagClassName
{
color: #CC6AD1;
}
</style>
background-color css
<style>
a { background-color: #CC6AD1; }
a { background-color: rgb(204,106,209); }
div.DivClassName
{
background-color: #CC6AD1;
}
.BgClassName
{
background-color: #CC6AD1;
}
</style>
border-color css
<style>
span { border-color: #CC6AD1; }
span { border-color: rgb(204,106,209); }
td.TdClassName
{
border-color: #CC6AD1;
}
.TagClassName
{
border-color: #CC6AD1;
}
</style>