Shades of Orchid #DC66CF
Tints of Orchid #DC66CF
RGB
CMYK
RGB Variations
Color information
#DC66CF (or 0xDC66CF) is known color: Orchid. HEX triplet: DC, 66 and CF. RGB value is (220,102,207). Sum of RGB (Red+Green+Blue) = 220+102+207=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66CF is #239930. Grayscale: #949494. Windows color (decimal): -2332977 or 13592284. OLE color: 13592284.
HSL color Cylindrical-coordinate representation of color #DC66CF: hue angle of 306.61º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66CF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 207 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.14 |
| HSL | 306.61º | 0.63% | 0.63% | - |
| HSV(B) | 306.61º | 0.54% | 0.86% | - |
| XYZ | 45.53 | 29.22 | 62.27 | - |
| YUV | 149.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 207 | 0 | 0.54 | 0.06 | 0.14 | 306.61 | 0.63 | 0.63 |
| Hex | DC | 66 | CF | 0 | 36 | 6 | E | 133 | 3F | 3F |
| Octal | 334 | 146 | 317 | 0 | 66 | 6 | 16 | 463 | 77 | 77 |
| Binary | 11011100 | 1100110 | 11001111 | 0 | 110110 | 110 | 1110 | 100110011 | 111111 | 111111 |
Color Harmonies of #DC66CF
Complementary color
Monochromatic Colors of #DC66CF
Black with #DC66CF
Text Example
Text Example
White with #DC66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66CF; }
p { color: rgb(220,102,207); }
H1.HeaderClassName
{
color: #DC66CF;
}
.AnyTagClassName
{
color: #DC66CF;
}
</style>
background-color css
<style>
a { background-color: #DC66CF; }
a { background-color: rgb(220,102,207); }
div.DivClassName
{
background-color: #DC66CF;
}
.BgClassName
{
background-color: #DC66CF;
}
</style>
border-color css
<style>
span { border-color: #DC66CF; }
span { border-color: rgb(220,102,207); }
td.TdClassName
{
border-color: #DC66CF;
}
.TagClassName
{
border-color: #DC66CF;
}
</style>