Shades of Orchid #DA6FD4
Tints of Orchid #DA6FD4
RGB
CMYK
RGB Variations
Color information
#DA6FD4 (or 0xDA6FD4) is known color: Orchid. HEX triplet: DA, 6F and D4. RGB value is (218,111,212). Sum of RGB (Red+Green+Blue) = 218+111+212=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FD4 is #25902B. Grayscale: #9A9A9A. Windows color (decimal): -2461740 or 13922266. OLE color: 13922266.
HSL color Cylindrical-coordinate representation of color #DA6FD4: hue angle of 303.36º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FD4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 111 | 212 | - |
CMYK | 0 | 0.49 | 0.03 | 0.15 |
HSL | 303.36º | 0.59% | 0.65% | - |
HSV(B) | 303.36º | 0.49% | 0.85% | - |
XYZ | 46.48 | 31.03 | 65.83 | - |
YUV | 154.51 | 160.45 | 173.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 111 | 212 | 0 | 0.49 | 0.03 | 0.15 | 303.36 | 0.59 | 0.65 |
Hex | DA | 6F | D4 | 0 | 31 | 3 | F | 12F | 3B | 41 |
Octal | 332 | 157 | 324 | 0 | 61 | 3 | 17 | 457 | 73 | 101 |
Binary | 11011010 | 1101111 | 11010100 | 0 | 110001 | 11 | 1111 | 100101111 | 111011 | 1000001 |
Color Harmonies of #DA6FD4
Complementary color
Monochromatic Colors of #DA6FD4
Black with #DA6FD4
Text Example
Text Example
White with #DA6FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FD4; }
p { color: rgb(218,111,212); }
H1.HeaderClassName
{
color: #DA6FD4;
}
.AnyTagClassName
{
color: #DA6FD4;
}
</style>
background-color css
<style>
a { background-color: #DA6FD4; }
a { background-color: rgb(218,111,212); }
div.DivClassName
{
background-color: #DA6FD4;
}
.BgClassName
{
background-color: #DA6FD4;
}
</style>
border-color css
<style>
span { border-color: #DA6FD4; }
span { border-color: rgb(218,111,212); }
td.TdClassName
{
border-color: #DA6FD4;
}
.TagClassName
{
border-color: #DA6FD4;
}
</style>