Shades of Orchid #D66CCD
Tints of Orchid #D66CCD
RGB
CMYK
RGB Variations
Color information
#D66CCD (or 0xD66CCD) is known color: Orchid. HEX triplet: D6, 6C and CD. RGB value is (214,108,205). Sum of RGB (Red+Green+Blue) = 214+108+205=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCD is #299332. Grayscale: #969696. Windows color (decimal): -2724659 or 13462742. OLE color: 13462742.
HSL color Cylindrical-coordinate representation of color #D66CCD: hue angle of 305.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CCD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 205 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.16 |
| HSL | 305.09º | 0.56% | 0.63% | - |
| HSV(B) | 305.09º | 0.5% | 0.84% | - |
| XYZ | 44.11 | 29.43 | 61.11 | - |
| YUV | 150.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 205 | 0 | 0.50 | 0.04 | 0.16 | 305.09 | 0.56 | 0.63 |
| Hex | D6 | 6C | CD | 0 | 32 | 4 | 10 | 131 | 38 | 3F |
| Octal | 326 | 154 | 315 | 0 | 62 | 4 | 20 | 461 | 70 | 77 |
| Binary | 11010110 | 1101100 | 11001101 | 0 | 110010 | 100 | 10000 | 100110001 | 111000 | 111111 |
Color Harmonies of #D66CCD
Complementary color
Monochromatic Colors of #D66CCD
Black with #D66CCD
Text Example
Text Example
White with #D66CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CCD; }
p { color: rgb(214,108,205); }
H1.HeaderClassName
{
color: #D66CCD;
}
.AnyTagClassName
{
color: #D66CCD;
}
</style>
background-color css
<style>
a { background-color: #D66CCD; }
a { background-color: rgb(214,108,205); }
div.DivClassName
{
background-color: #D66CCD;
}
.BgClassName
{
background-color: #D66CCD;
}
</style>
border-color css
<style>
span { border-color: #D66CCD; }
span { border-color: rgb(214,108,205); }
td.TdClassName
{
border-color: #D66CCD;
}
.TagClassName
{
border-color: #D66CCD;
}
</style>