Shades of Orchid #CC66DF
Tints of Orchid #CC66DF
RGB
CMYK
RGB Variations
Color information
#CC66DF (or 0xCC66DF) is known color: Orchid. HEX triplet: CC, 66 and DF. RGB value is (204,102,223). Sum of RGB (Red+Green+Blue) = 204+102+223=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66DF is #339920. Grayscale: #919191. Windows color (decimal): -3381537 or 14640844. OLE color: 14640844.
HSL color Cylindrical-coordinate representation of color #CC66DF: hue angle of 290.58º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC66DF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 102 | 223 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.13 |
| HSL | 290.58º | 0.65% | 0.64% | - |
| HSV(B) | 290.58º | 0.54% | 0.87% | - |
| XYZ | 42.97 | 27.67 | 72.89 | - |
| YUV | 146.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 223 | 0.09 | 0.54 | 0 | 0.13 | 290.58 | 0.65 | 0.64 |
| Hex | CC | 66 | DF | 9 | 36 | 0 | D | 123 | 41 | 40 |
| Octal | 314 | 146 | 337 | 11 | 66 | 0 | 15 | 443 | 101 | 100 |
| Binary | 11001100 | 1100110 | 11011111 | 1001 | 110110 | 0 | 1101 | 100100011 | 1000001 | 1000000 |
Color Harmonies of #CC66DF
Complementary color
Monochromatic Colors of #CC66DF
Black with #CC66DF
Text Example
Text Example
White with #CC66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66DF; }
p { color: rgb(204,102,223); }
H1.HeaderClassName
{
color: #CC66DF;
}
.AnyTagClassName
{
color: #CC66DF;
}
</style>
background-color css
<style>
a { background-color: #CC66DF; }
a { background-color: rgb(204,102,223); }
div.DivClassName
{
background-color: #CC66DF;
}
.BgClassName
{
background-color: #CC66DF;
}
</style>
border-color css
<style>
span { border-color: #CC66DF; }
span { border-color: rgb(204,102,223); }
td.TdClassName
{
border-color: #CC66DF;
}
.TagClassName
{
border-color: #CC66DF;
}
</style>