Shades of Orchid #D668DA
Tints of Orchid #D668DA
RGB
CMYK
RGB Variations
Color information
#D668DA (or 0xD668DA) is known color: Orchid. HEX triplet: D6, 68 and DA. RGB value is (214,104,218). Sum of RGB (Red+Green+Blue) = 214+104+218=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D668DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668DA is #299725. Grayscale: #959595. Windows color (decimal): -2725670 or 14313686. OLE color: 14313686.
HSL color Cylindrical-coordinate representation of color #D668DA: hue angle of 297.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D668DA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 104 | 218 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.15 |
| HSL | 297.89º | 0.61% | 0.63% | - |
| HSV(B) | 297.89º | 0.52% | 0.85% | - |
| XYZ | 45.34 | 29.26 | 69.59 | - |
| YUV | 149.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 218 | 0.02 | 0.52 | 0 | 0.15 | 297.89 | 0.61 | 0.63 |
| Hex | D6 | 68 | DA | 2 | 34 | 0 | F | 12A | 3D | 3F |
| Octal | 326 | 150 | 332 | 2 | 64 | 0 | 17 | 452 | 75 | 77 |
| Binary | 11010110 | 1101000 | 11011010 | 10 | 110100 | 0 | 1111 | 100101010 | 111101 | 111111 |
Color Harmonies of #D668DA
Complementary color
Monochromatic Colors of #D668DA
Black with #D668DA
Text Example
Text Example
White with #D668DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668DA; }
p { color: rgb(214,104,218); }
H1.HeaderClassName
{
color: #D668DA;
}
.AnyTagClassName
{
color: #D668DA;
}
</style>
background-color css
<style>
a { background-color: #D668DA; }
a { background-color: rgb(214,104,218); }
div.DivClassName
{
background-color: #D668DA;
}
.BgClassName
{
background-color: #D668DA;
}
</style>
border-color css
<style>
span { border-color: #D668DA; }
span { border-color: rgb(214,104,218); }
td.TdClassName
{
border-color: #D668DA;
}
.TagClassName
{
border-color: #D668DA;
}
</style>