Shades of Orchid #DA67C5
Tints of Orchid #DA67C5
RGB
CMYK
RGB Variations
Color information
#DA67C5 (or 0xDA67C5) is known color: Orchid. HEX triplet: DA, 67 and C5. RGB value is (218,103,197). Sum of RGB (Red+Green+Blue) = 218+103+197=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67C5 is #25983A. Grayscale: #939393. Windows color (decimal): -2463803 or 12937178. OLE color: 12937178.
HSL color Cylindrical-coordinate representation of color #DA67C5: hue angle of 310.96º 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 #DA67C5 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 197 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.15 |
| HSL | 310.96º | 0.61% | 0.63% | - |
| HSV(B) | 310.96º | 0.53% | 0.85% | - |
| XYZ | 43.84 | 28.64 | 56.04 | - |
| YUV | 148.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 197 | 0 | 0.53 | 0.10 | 0.15 | 310.96 | 0.61 | 0.63 |
| Hex | DA | 67 | C5 | 0 | 35 | A | F | 137 | 3D | 3F |
| Octal | 332 | 147 | 305 | 0 | 65 | 12 | 17 | 467 | 75 | 77 |
| Binary | 11011010 | 1100111 | 11000101 | 0 | 110101 | 1010 | 1111 | 100110111 | 111101 | 111111 |
Color Harmonies of #DA67C5
Complementary color
Monochromatic Colors of #DA67C5
Black with #DA67C5
Text Example
Text Example
White with #DA67C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67C5; }
p { color: rgb(218,103,197); }
H1.HeaderClassName
{
color: #DA67C5;
}
.AnyTagClassName
{
color: #DA67C5;
}
</style>
background-color css
<style>
a { background-color: #DA67C5; }
a { background-color: rgb(218,103,197); }
div.DivClassName
{
background-color: #DA67C5;
}
.BgClassName
{
background-color: #DA67C5;
}
</style>
border-color css
<style>
span { border-color: #DA67C5; }
span { border-color: rgb(218,103,197); }
td.TdClassName
{
border-color: #DA67C5;
}
.TagClassName
{
border-color: #DA67C5;
}
</style>