Shades of Orchid #CC6DD1
Tints of Orchid #CC6DD1
RGB
CMYK
RGB Variations
Color information
#CC6DD1 (or 0xCC6DD1) is known color: Orchid. HEX triplet: CC, 6D and D1. RGB value is (204,109,209). Sum of RGB (Red+Green+Blue) = 204+109+209=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC6DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DD1 is #33922E. Grayscale: #949494. Windows color (decimal): -3379759 or 13725132. OLE color: 13725132.
HSL color Cylindrical-coordinate representation of color #CC6DD1: hue angle of 297º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6DD1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 109 | 209 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.18 |
| HSL | 297º | 0.52% | 0.62% | - |
| HSV(B) | 297º | 0.48% | 0.82% | - |
| XYZ | 41.88 | 28.38 | 63.59 | - |
| YUV | 148.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 209 | 0.02 | 0.48 | 0 | 0.18 | 297 | 0.52 | 0.62 |
| Hex | CC | 6D | D1 | 2 | 30 | 0 | 12 | 129 | 34 | 3E |
| Octal | 314 | 155 | 321 | 2 | 60 | 0 | 22 | 451 | 64 | 76 |
| Binary | 11001100 | 1101101 | 11010001 | 10 | 110000 | 0 | 10010 | 100101001 | 110100 | 111110 |
Color Harmonies of #CC6DD1
Complementary color
Monochromatic Colors of #CC6DD1
Black with #CC6DD1
Text Example
Text Example
White with #CC6DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DD1; }
p { color: rgb(204,109,209); }
H1.HeaderClassName
{
color: #CC6DD1;
}
.AnyTagClassName
{
color: #CC6DD1;
}
</style>
background-color css
<style>
a { background-color: #CC6DD1; }
a { background-color: rgb(204,109,209); }
div.DivClassName
{
background-color: #CC6DD1;
}
.BgClassName
{
background-color: #CC6DD1;
}
</style>
border-color css
<style>
span { border-color: #CC6DD1; }
span { border-color: rgb(204,109,209); }
td.TdClassName
{
border-color: #CC6DD1;
}
.TagClassName
{
border-color: #CC6DD1;
}
</style>