Shades of Orchid #D67FDD
Tints of Orchid #D67FDD
RGB
CMYK
RGB Variations
Color information
#D67FDD (or 0xD67FDD) is known color: Orchid. HEX triplet: D6, 7F and DD. RGB value is (214,127,221). Sum of RGB (Red+Green+Blue) = 214+127+221=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D67FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDD is #298022. Grayscale: #A3A3A3. Windows color (decimal): -2719779 or 14516182. OLE color: 14516182.
HSL color Cylindrical-coordinate representation of color #D67FDD: hue angle of 295.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67FDD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 127 | 221 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.13 |
| HSL | 295.53º | 0.58% | 0.68% | - |
| HSV(B) | 295.53º | 0.43% | 0.87% | - |
| XYZ | 48.37 | 34.7 | 72.55 | - |
| YUV | 163.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 221 | 0.03 | 0.43 | 0 | 0.13 | 295.53 | 0.58 | 0.68 |
| Hex | D6 | 7F | DD | 3 | 2B | 0 | D | 128 | 3A | 44 |
| Octal | 326 | 177 | 335 | 3 | 53 | 0 | 15 | 450 | 72 | 104 |
| Binary | 11010110 | 1111111 | 11011101 | 11 | 101011 | 0 | 1101 | 100101000 | 111010 | 1000100 |
Color Harmonies of #D67FDD
Complementary color
Monochromatic Colors of #D67FDD
Black with #D67FDD
Text Example
Text Example
White with #D67FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FDD; }
p { color: rgb(214,127,221); }
H1.HeaderClassName
{
color: #D67FDD;
}
.AnyTagClassName
{
color: #D67FDD;
}
</style>
background-color css
<style>
a { background-color: #D67FDD; }
a { background-color: rgb(214,127,221); }
div.DivClassName
{
background-color: #D67FDD;
}
.BgClassName
{
background-color: #D67FDD;
}
</style>
border-color css
<style>
span { border-color: #D67FDD; }
span { border-color: rgb(214,127,221); }
td.TdClassName
{
border-color: #D67FDD;
}
.TagClassName
{
border-color: #D67FDD;
}
</style>