Shades of Orchid #DA65C8
Tints of Orchid #DA65C8
RGB
CMYK
RGB Variations
Color information
#DA65C8 (or 0xDA65C8) is known color: Orchid. HEX triplet: DA, 65 and C8. RGB value is (218,101,200). Sum of RGB (Red+Green+Blue) = 218+101+200=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65C8 is #259A37. Grayscale: #929292. Windows color (decimal): -2464312 or 13133274. OLE color: 13133274.
HSL color Cylindrical-coordinate representation of color #DA65C8: hue angle of 309.23º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65C8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 200 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.15 |
| HSL | 309.23º | 0.61% | 0.63% | - |
| HSV(B) | 309.23º | 0.54% | 0.85% | - |
| XYZ | 43.99 | 28.38 | 57.8 | - |
| YUV | 147.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 200 | 0 | 0.54 | 0.08 | 0.15 | 309.23 | 0.61 | 0.63 |
| Hex | DA | 65 | C8 | 0 | 36 | 8 | F | 135 | 3D | 3F |
| Octal | 332 | 145 | 310 | 0 | 66 | 10 | 17 | 465 | 75 | 77 |
| Binary | 11011010 | 1100101 | 11001000 | 0 | 110110 | 1000 | 1111 | 100110101 | 111101 | 111111 |
Color Harmonies of #DA65C8
Complementary color
Monochromatic Colors of #DA65C8
Black with #DA65C8
Text Example
Text Example
White with #DA65C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65C8; }
p { color: rgb(218,101,200); }
H1.HeaderClassName
{
color: #DA65C8;
}
.AnyTagClassName
{
color: #DA65C8;
}
</style>
background-color css
<style>
a { background-color: #DA65C8; }
a { background-color: rgb(218,101,200); }
div.DivClassName
{
background-color: #DA65C8;
}
.BgClassName
{
background-color: #DA65C8;
}
</style>
border-color css
<style>
span { border-color: #DA65C8; }
span { border-color: rgb(218,101,200); }
td.TdClassName
{
border-color: #DA65C8;
}
.TagClassName
{
border-color: #DA65C8;
}
</style>