Shades of Orchid #DA67E8
Tints of Orchid #DA67E8
RGB
CMYK
RGB Variations
Color information
#DA67E8 (or 0xDA67E8) is known color: Orchid. HEX triplet: DA, 67 and E8. RGB value is (218,103,232). Sum of RGB (Red+Green+Blue) = 218+103+232=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA67E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA67E8 is #259817. Grayscale: #979797. Windows color (decimal): -2463768 or 15230938. OLE color: 15230938.
HSL color Cylindrical-coordinate representation of color #DA67E8: hue angle of 293.49º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA67E8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 103 | 232 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.09 |
| HSL | 293.49º | 0.74% | 0.66% | - |
| HSV(B) | 293.49º | 0.56% | 0.91% | - |
| XYZ | 48.33 | 30.43 | 79.67 | - |
| YUV | 152.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 232 | 0.06 | 0.56 | 0 | 0.09 | 293.49 | 0.74 | 0.66 |
| Hex | DA | 67 | E8 | 6 | 38 | 0 | 9 | 125 | 4A | 42 |
| Octal | 332 | 147 | 350 | 6 | 70 | 0 | 11 | 445 | 112 | 102 |
| Binary | 11011010 | 1100111 | 11101000 | 110 | 111000 | 0 | 1001 | 100100101 | 1001010 | 1000010 |
Color Harmonies of #DA67E8
Complementary color
Monochromatic Colors of #DA67E8
Black with #DA67E8
Text Example
Text Example
White with #DA67E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67E8; }
p { color: rgb(218,103,232); }
H1.HeaderClassName
{
color: #DA67E8;
}
.AnyTagClassName
{
color: #DA67E8;
}
</style>
background-color css
<style>
a { background-color: #DA67E8; }
a { background-color: rgb(218,103,232); }
div.DivClassName
{
background-color: #DA67E8;
}
.BgClassName
{
background-color: #DA67E8;
}
</style>
border-color css
<style>
span { border-color: #DA67E8; }
span { border-color: rgb(218,103,232); }
td.TdClassName
{
border-color: #DA67E8;
}
.TagClassName
{
border-color: #DA67E8;
}
</style>