Shades of Orchid #D67FDF
Tints of Orchid #D67FDF
RGB
CMYK
RGB Variations
Color information
#D67FDF (or 0xD67FDF) is known color: Orchid. HEX triplet: D6, 7F and DF. RGB value is (214,127,223). Sum of RGB (Red+Green+Blue) = 214+127+223=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D67FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDF is #298020. Grayscale: #A3A3A3. Windows color (decimal): -2719777 or 14647254. OLE color: 14647254.
HSL color Cylindrical-coordinate representation of color #D67FDF: hue angle of 294.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67FDF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 127 | 223 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 294.38º | 0.6% | 0.69% | - |
| HSV(B) | 294.38º | 0.43% | 0.87% | - |
| XYZ | 48.64 | 34.8 | 73.97 | - |
| YUV | 163.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 223 | 0.04 | 0.43 | 0 | 0.13 | 294.38 | 0.6 | 0.69 |
| Hex | D6 | 7F | DF | 4 | 2B | 0 | D | 126 | 3C | 45 |
| Octal | 326 | 177 | 337 | 4 | 53 | 0 | 15 | 446 | 74 | 105 |
| Binary | 11010110 | 1111111 | 11011111 | 100 | 101011 | 0 | 1101 | 100100110 | 111100 | 1000101 |
Color Harmonies of #D67FDF
Complementary color
Monochromatic Colors of #D67FDF
Black with #D67FDF
Text Example
Text Example
White with #D67FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FDF; }
p { color: rgb(214,127,223); }
H1.HeaderClassName
{
color: #D67FDF;
}
.AnyTagClassName
{
color: #D67FDF;
}
</style>
background-color css
<style>
a { background-color: #D67FDF; }
a { background-color: rgb(214,127,223); }
div.DivClassName
{
background-color: #D67FDF;
}
.BgClassName
{
background-color: #D67FDF;
}
</style>
border-color css
<style>
span { border-color: #D67FDF; }
span { border-color: rgb(214,127,223); }
td.TdClassName
{
border-color: #D67FDF;
}
.TagClassName
{
border-color: #D67FDF;
}
</style>