Shades of Orchid #D675DA
Tints of Orchid #D675DA
RGB
CMYK
RGB Variations
Color information
#D675DA (or 0xD675DA) is known color: Orchid. HEX triplet: D6, 75 and DA. RGB value is (214,117,218). Sum of RGB (Red+Green+Blue) = 214+117+218=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D675DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675DA is #298A25. Grayscale: #9D9D9D. Windows color (decimal): -2722342 or 14317014. OLE color: 14317014.
HSL color Cylindrical-coordinate representation of color #D675DA: hue angle of 297.62º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D675DA is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 117 | 218 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.15 |
| HSL | 297.62º | 0.58% | 0.66% | - |
| HSV(B) | 297.62º | 0.46% | 0.85% | - |
| XYZ | 46.75 | 32.08 | 70.06 | - |
| YUV | 157.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 218 | 0.02 | 0.46 | 0 | 0.15 | 297.62 | 0.58 | 0.66 |
| Hex | D6 | 75 | DA | 2 | 2E | 0 | F | 12A | 3A | 42 |
| Octal | 326 | 165 | 332 | 2 | 56 | 0 | 17 | 452 | 72 | 102 |
| Binary | 11010110 | 1110101 | 11011010 | 10 | 101110 | 0 | 1111 | 100101010 | 111010 | 1000010 |
Color Harmonies of #D675DA
Complementary color
Monochromatic Colors of #D675DA
Black with #D675DA
Text Example
Text Example
White with #D675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675DA; }
p { color: rgb(214,117,218); }
H1.HeaderClassName
{
color: #D675DA;
}
.AnyTagClassName
{
color: #D675DA;
}
</style>
background-color css
<style>
a { background-color: #D675DA; }
a { background-color: rgb(214,117,218); }
div.DivClassName
{
background-color: #D675DA;
}
.BgClassName
{
background-color: #D675DA;
}
</style>
border-color css
<style>
span { border-color: #D675DA; }
span { border-color: rgb(214,117,218); }
td.TdClassName
{
border-color: #D675DA;
}
.TagClassName
{
border-color: #D675DA;
}
</style>