Shades of Orchid #D67FE3
Tints of Orchid #D67FE3
RGB
CMYK
RGB Variations
Color information
#D67FE3 (or 0xD67FE3) is known color: Orchid. HEX triplet: D6, 7F and E3. RGB value is (214,127,227). Sum of RGB (Red+Green+Blue) = 214+127+227=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #D67FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FE3 is #29801C. Grayscale: #A4A4A4. Windows color (decimal): -2719773 or 14909398. OLE color: 14909398.
HSL color Cylindrical-coordinate representation of color #D67FE3: hue angle of 292.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67FE3 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 127 | 227 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.11 |
| HSL | 292.2º | 0.64% | 0.69% | - |
| HSV(B) | 292.2º | 0.44% | 0.89% | - |
| XYZ | 49.19 | 35.02 | 76.84 | - |
| YUV | 164.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 227 | 0.06 | 0.44 | 0 | 0.11 | 292.2 | 0.64 | 0.69 |
| Hex | D6 | 7F | E3 | 6 | 2C | 0 | B | 124 | 40 | 45 |
| Octal | 326 | 177 | 343 | 6 | 54 | 0 | 13 | 444 | 100 | 105 |
| Binary | 11010110 | 1111111 | 11100011 | 110 | 101100 | 0 | 1011 | 100100100 | 1000000 | 1000101 |
Color Harmonies of #D67FE3
Complementary color
Monochromatic Colors of #D67FE3
Black with #D67FE3
Text Example
Text Example
White with #D67FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FE3; }
p { color: rgb(214,127,227); }
H1.HeaderClassName
{
color: #D67FE3;
}
.AnyTagClassName
{
color: #D67FE3;
}
</style>
background-color css
<style>
a { background-color: #D67FE3; }
a { background-color: rgb(214,127,227); }
div.DivClassName
{
background-color: #D67FE3;
}
.BgClassName
{
background-color: #D67FE3;
}
</style>
border-color css
<style>
span { border-color: #D67FE3; }
span { border-color: rgb(214,127,227); }
td.TdClassName
{
border-color: #D67FE3;
}
.TagClassName
{
border-color: #D67FE3;
}
</style>