Shades of Orchid #DA67C8
Tints of Orchid #DA67C8
RGB
CMYK
RGB Variations
Color information
#DA67C8 (or 0xDA67C8) is known color: Orchid. HEX triplet: DA, 67 and C8. RGB value is (218,103,200). Sum of RGB (Red+Green+Blue) = 218+103+200=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67C8 is #259837. Grayscale: #949494. Windows color (decimal): -2463800 or 13133786. OLE color: 13133786.
HSL color Cylindrical-coordinate representation of color #DA67C8: hue angle of 309.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67C8 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 200 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.15 |
| HSL | 309.39º | 0.61% | 0.63% | - |
| HSV(B) | 309.39º | 0.53% | 0.85% | - |
| XYZ | 44.19 | 28.78 | 57.87 | - |
| YUV | 148.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 200 | 0 | 0.53 | 0.08 | 0.15 | 309.39 | 0.61 | 0.63 |
| Hex | DA | 67 | C8 | 0 | 35 | 8 | F | 135 | 3D | 3F |
| Octal | 332 | 147 | 310 | 0 | 65 | 10 | 17 | 465 | 75 | 77 |
| Binary | 11011010 | 1100111 | 11001000 | 0 | 110101 | 1000 | 1111 | 100110101 | 111101 | 111111 |
Color Harmonies of #DA67C8
Complementary color
Monochromatic Colors of #DA67C8
Black with #DA67C8
Text Example
Text Example
White with #DA67C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67C8; }
p { color: rgb(218,103,200); }
H1.HeaderClassName
{
color: #DA67C8;
}
.AnyTagClassName
{
color: #DA67C8;
}
</style>
background-color css
<style>
a { background-color: #DA67C8; }
a { background-color: rgb(218,103,200); }
div.DivClassName
{
background-color: #DA67C8;
}
.BgClassName
{
background-color: #DA67C8;
}
</style>
border-color css
<style>
span { border-color: #DA67C8; }
span { border-color: rgb(218,103,200); }
td.TdClassName
{
border-color: #DA67C8;
}
.TagClassName
{
border-color: #DA67C8;
}
</style>