Shades of Orchid #DA65C0
Tints of Orchid #DA65C0
RGB
CMYK
RGB Variations
Color information
#DA65C0 (or 0xDA65C0) is known color: Orchid. HEX triplet: DA, 65 and C0. RGB value is (218,101,192). Sum of RGB (Red+Green+Blue) = 218+101+192=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65C0 is #259A3F. Grayscale: #929292. Windows color (decimal): -2464320 or 12608986. OLE color: 12608986.
HSL color Cylindrical-coordinate representation of color #DA65C0: hue angle of 313.33º 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 #DA65C0 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 192 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.15 |
| HSL | 313.33º | 0.61% | 0.63% | - |
| HSV(B) | 313.33º | 0.54% | 0.85% | - |
| XYZ | 43.08 | 28.02 | 53.01 | - |
| YUV | 146.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 192 | 0 | 0.54 | 0.12 | 0.15 | 313.33 | 0.61 | 0.63 |
| Hex | DA | 65 | C0 | 0 | 36 | C | F | 139 | 3D | 3F |
| Octal | 332 | 145 | 300 | 0 | 66 | 14 | 17 | 471 | 75 | 77 |
| Binary | 11011010 | 1100101 | 11000000 | 0 | 110110 | 1100 | 1111 | 100111001 | 111101 | 111111 |
Color Harmonies of #DA65C0
Complementary color
Monochromatic Colors of #DA65C0
Black with #DA65C0
Text Example
Text Example
White with #DA65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65C0; }
p { color: rgb(218,101,192); }
H1.HeaderClassName
{
color: #DA65C0;
}
.AnyTagClassName
{
color: #DA65C0;
}
</style>
background-color css
<style>
a { background-color: #DA65C0; }
a { background-color: rgb(218,101,192); }
div.DivClassName
{
background-color: #DA65C0;
}
.BgClassName
{
background-color: #DA65C0;
}
</style>
border-color css
<style>
span { border-color: #DA65C0; }
span { border-color: rgb(218,101,192); }
td.TdClassName
{
border-color: #DA65C0;
}
.TagClassName
{
border-color: #DA65C0;
}
</style>