Shades of Orchid #D662D8
Tints of Orchid #D662D8
RGB
CMYK
RGB Variations
Color information
#D662D8 (or 0xD662D8) is known color: Orchid. HEX triplet: D6, 62 and D8. RGB value is (214,98,216). Sum of RGB (Red+Green+Blue) = 214+98+216=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #D662D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662D8 is #299D27. Grayscale: #919191. Windows color (decimal): -2727208 or 14181078. OLE color: 14181078.
HSL color Cylindrical-coordinate representation of color #D662D8: hue angle of 298.98º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D662D8 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 98 | 216 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.15 |
| HSL | 298.98º | 0.6% | 0.62% | - |
| HSV(B) | 298.98º | 0.55% | 0.85% | - |
| XYZ | 44.49 | 27.99 | 68.02 | - |
| YUV | 146.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 216 | 0.01 | 0.55 | 0 | 0.15 | 298.98 | 0.6 | 0.62 |
| Hex | D6 | 62 | D8 | 1 | 37 | 0 | F | 12B | 3C | 3E |
| Octal | 326 | 142 | 330 | 1 | 67 | 0 | 17 | 453 | 74 | 76 |
| Binary | 11010110 | 1100010 | 11011000 | 1 | 110111 | 0 | 1111 | 100101011 | 111100 | 111110 |
Color Harmonies of #D662D8
Complementary color
Monochromatic Colors of #D662D8
Black with #D662D8
Text Example
Text Example
White with #D662D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662D8; }
p { color: rgb(214,98,216); }
H1.HeaderClassName
{
color: #D662D8;
}
.AnyTagClassName
{
color: #D662D8;
}
</style>
background-color css
<style>
a { background-color: #D662D8; }
a { background-color: rgb(214,98,216); }
div.DivClassName
{
background-color: #D662D8;
}
.BgClassName
{
background-color: #D662D8;
}
</style>
border-color css
<style>
span { border-color: #D662D8; }
span { border-color: rgb(214,98,216); }
td.TdClassName
{
border-color: #D662D8;
}
.TagClassName
{
border-color: #D662D8;
}
</style>