Shades of Orchid #D67FDE
Tints of Orchid #D67FDE
RGB
CMYK
RGB Variations
Color information
#D67FDE (or 0xD67FDE) is known color: Orchid. HEX triplet: D6, 7F and DE. RGB value is (214,127,222). Sum of RGB (Red+Green+Blue) = 214+127+222=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #D67FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDE is #298021. Grayscale: #A3A3A3. Windows color (decimal): -2719778 or 14581718. OLE color: 14581718.
HSL color Cylindrical-coordinate representation of color #D67FDE: hue angle of 294.95º degrees, saturation: 0.59, 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 #D67FDE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 127 | 222 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 294.95º | 0.59% | 0.68% | - |
| HSV(B) | 294.95º | 0.43% | 0.87% | - |
| XYZ | 48.51 | 34.75 | 73.26 | - |
| YUV | 163.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 222 | 0.04 | 0.43 | 0 | 0.13 | 294.95 | 0.59 | 0.68 |
| Hex | D6 | 7F | DE | 4 | 2B | 0 | D | 127 | 3B | 44 |
| Octal | 326 | 177 | 336 | 4 | 53 | 0 | 15 | 447 | 73 | 104 |
| Binary | 11010110 | 1111111 | 11011110 | 100 | 101011 | 0 | 1101 | 100100111 | 111011 | 1000100 |
Color Harmonies of #D67FDE
Complementary color
Monochromatic Colors of #D67FDE
Black with #D67FDE
Text Example
Text Example
White with #D67FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FDE; }
p { color: rgb(214,127,222); }
H1.HeaderClassName
{
color: #D67FDE;
}
.AnyTagClassName
{
color: #D67FDE;
}
</style>
background-color css
<style>
a { background-color: #D67FDE; }
a { background-color: rgb(214,127,222); }
div.DivClassName
{
background-color: #D67FDE;
}
.BgClassName
{
background-color: #D67FDE;
}
</style>
border-color css
<style>
span { border-color: #D67FDE; }
span { border-color: rgb(214,127,222); }
td.TdClassName
{
border-color: #D67FDE;
}
.TagClassName
{
border-color: #D67FDE;
}
</style>