Shades of Orchid #DC66D4
Tints of Orchid #DC66D4
RGB
CMYK
RGB Variations
Color information
#DC66D4 (or 0xDC66D4) is known color: Orchid. HEX triplet: DC, 66 and D4. RGB value is (220,102,212). Sum of RGB (Red+Green+Blue) = 220+102+212=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D4 is #23992B. Grayscale: #959595. Windows color (decimal): -2332972 or 13919964. OLE color: 13919964.
HSL color Cylindrical-coordinate representation of color #DC66D4: hue angle of 304.07º 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 #DC66D4 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 212 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.14 |
| HSL | 304.07º | 0.63% | 0.63% | - |
| HSV(B) | 304.07º | 0.54% | 0.86% | - |
| XYZ | 46.15 | 29.47 | 65.54 | - |
| YUV | 149.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 212 | 0 | 0.54 | 0.04 | 0.14 | 304.07 | 0.63 | 0.63 |
| Hex | DC | 66 | D4 | 0 | 36 | 4 | E | 130 | 3F | 3F |
| Octal | 334 | 146 | 324 | 0 | 66 | 4 | 16 | 460 | 77 | 77 |
| Binary | 11011100 | 1100110 | 11010100 | 0 | 110110 | 100 | 1110 | 100110000 | 111111 | 111111 |
Color Harmonies of #DC66D4
Complementary color
Monochromatic Colors of #DC66D4
Black with #DC66D4
Text Example
Text Example
White with #DC66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66D4; }
p { color: rgb(220,102,212); }
H1.HeaderClassName
{
color: #DC66D4;
}
.AnyTagClassName
{
color: #DC66D4;
}
</style>
background-color css
<style>
a { background-color: #DC66D4; }
a { background-color: rgb(220,102,212); }
div.DivClassName
{
background-color: #DC66D4;
}
.BgClassName
{
background-color: #DC66D4;
}
</style>
border-color css
<style>
span { border-color: #DC66D4; }
span { border-color: rgb(220,102,212); }
td.TdClassName
{
border-color: #DC66D4;
}
.TagClassName
{
border-color: #DC66D4;
}
</style>