Shades of Orchid #DA67E4
Tints of Orchid #DA67E4
RGB
CMYK
RGB Variations
Color information
#DA67E4 (or 0xDA67E4) is known color: Orchid. HEX triplet: DA, 67 and E4. RGB value is (218,103,228). Sum of RGB (Red+Green+Blue) = 218+103+228=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA67E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67E4 is #25981B. Grayscale: #979797. Windows color (decimal): -2463772 or 14968794. OLE color: 14968794.
HSL color Cylindrical-coordinate representation of color #DA67E4: hue angle of 295.2º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA67E4 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 103 | 228 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.11 |
| HSL | 295.2º | 0.7% | 0.65% | - |
| HSV(B) | 295.2º | 0.55% | 0.89% | - |
| XYZ | 47.77 | 30.21 | 76.71 | - |
| YUV | 151.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 228 | 0.04 | 0.55 | 0 | 0.11 | 295.2 | 0.7 | 0.65 |
| Hex | DA | 67 | E4 | 4 | 37 | 0 | B | 127 | 46 | 41 |
| Octal | 332 | 147 | 344 | 4 | 67 | 0 | 13 | 447 | 106 | 101 |
| Binary | 11011010 | 1100111 | 11100100 | 100 | 110111 | 0 | 1011 | 100100111 | 1000110 | 1000001 |
Color Harmonies of #DA67E4
Complementary color
Monochromatic Colors of #DA67E4
Black with #DA67E4
Text Example
Text Example
White with #DA67E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67E4; }
p { color: rgb(218,103,228); }
H1.HeaderClassName
{
color: #DA67E4;
}
.AnyTagClassName
{
color: #DA67E4;
}
</style>
background-color css
<style>
a { background-color: #DA67E4; }
a { background-color: rgb(218,103,228); }
div.DivClassName
{
background-color: #DA67E4;
}
.BgClassName
{
background-color: #DA67E4;
}
</style>
border-color css
<style>
span { border-color: #DA67E4; }
span { border-color: rgb(218,103,228); }
td.TdClassName
{
border-color: #DA67E4;
}
.TagClassName
{
border-color: #DA67E4;
}
</style>