Shades of Orchid #DA67EA
Tints of Orchid #DA67EA
RGB
CMYK
RGB Variations
Color information
#DA67EA (or 0xDA67EA) is known color: Orchid. HEX triplet: DA, 67 and EA. RGB value is (218,103,234). Sum of RGB (Red+Green+Blue) = 218+103+234=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA67EA is #259815. Grayscale: #979797. Windows color (decimal): -2463766 or 15362010. OLE color: 15362010.
HSL color Cylindrical-coordinate representation of color #DA67EA: hue angle of 292.67º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA67EA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 103 | 234 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.08 |
| HSL | 292.67º | 0.76% | 0.66% | - |
| HSV(B) | 292.67º | 0.56% | 0.92% | - |
| XYZ | 48.61 | 30.55 | 81.18 | - |
| YUV | 152.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 234 | 0.07 | 0.56 | 0 | 0.08 | 292.67 | 0.76 | 0.66 |
| Hex | DA | 67 | EA | 7 | 38 | 0 | 8 | 125 | 4C | 42 |
| Octal | 332 | 147 | 352 | 7 | 70 | 0 | 10 | 445 | 114 | 102 |
| Binary | 11011010 | 1100111 | 11101010 | 111 | 111000 | 0 | 1000 | 100100101 | 1001100 | 1000010 |
Color Harmonies of #DA67EA
Complementary color
Monochromatic Colors of #DA67EA
Black with #DA67EA
Text Example
Text Example
White with #DA67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67EA; }
p { color: rgb(218,103,234); }
H1.HeaderClassName
{
color: #DA67EA;
}
.AnyTagClassName
{
color: #DA67EA;
}
</style>
background-color css
<style>
a { background-color: #DA67EA; }
a { background-color: rgb(218,103,234); }
div.DivClassName
{
background-color: #DA67EA;
}
.BgClassName
{
background-color: #DA67EA;
}
</style>
border-color css
<style>
span { border-color: #DA67EA; }
span { border-color: rgb(218,103,234); }
td.TdClassName
{
border-color: #DA67EA;
}
.TagClassName
{
border-color: #DA67EA;
}
</style>