Shades of Orchid #D665DC
Tints of Orchid #D665DC
RGB
CMYK
RGB Variations
Color information
#D665DC (or 0xD665DC) is known color: Orchid. HEX triplet: D6, 65 and DC. RGB value is (214,101,220). Sum of RGB (Red+Green+Blue) = 214+101+220=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D665DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665DC is #299A23. Grayscale: #939393. Windows color (decimal): -2726436 or 14443990. OLE color: 14443990.
HSL color Cylindrical-coordinate representation of color #D665DC: hue angle of 296.97º 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 #D665DC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 101 | 220 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.14 |
| HSL | 296.97º | 0.63% | 0.63% | - |
| HSV(B) | 296.97º | 0.54% | 0.86% | - |
| XYZ | 45.3 | 28.77 | 70.88 | - |
| YUV | 148.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 220 | 0.03 | 0.54 | 0 | 0.14 | 296.97 | 0.63 | 0.63 |
| Hex | D6 | 65 | DC | 3 | 36 | 0 | E | 129 | 3F | 3F |
| Octal | 326 | 145 | 334 | 3 | 66 | 0 | 16 | 451 | 77 | 77 |
| Binary | 11010110 | 1100101 | 11011100 | 11 | 110110 | 0 | 1110 | 100101001 | 111111 | 111111 |
Color Harmonies of #D665DC
Complementary color
Monochromatic Colors of #D665DC
Black with #D665DC
Text Example
Text Example
White with #D665DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665DC; }
p { color: rgb(214,101,220); }
H1.HeaderClassName
{
color: #D665DC;
}
.AnyTagClassName
{
color: #D665DC;
}
</style>
background-color css
<style>
a { background-color: #D665DC; }
a { background-color: rgb(214,101,220); }
div.DivClassName
{
background-color: #D665DC;
}
.BgClassName
{
background-color: #D665DC;
}
</style>
border-color css
<style>
span { border-color: #D665DC; }
span { border-color: rgb(214,101,220); }
td.TdClassName
{
border-color: #D665DC;
}
.TagClassName
{
border-color: #D665DC;
}
</style>