Shades of Orchid #DA65DC
Tints of Orchid #DA65DC
RGB
CMYK
RGB Variations
Color information
#DA65DC (or 0xDA65DC) is known color: Orchid. HEX triplet: DA, 65 and DC. RGB value is (218,101,220). Sum of RGB (Red+Green+Blue) = 218+101+220=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65DC is #259A23. Grayscale: #959595. Windows color (decimal): -2464292 or 14443994. OLE color: 14443994.
HSL color Cylindrical-coordinate representation of color #DA65DC: hue angle of 298.99º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65DC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 101 | 220 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.14 |
| HSL | 298.99º | 0.63% | 0.63% | - |
| HSV(B) | 298.99º | 0.54% | 0.86% | - |
| XYZ | 46.49 | 29.38 | 70.93 | - |
| YUV | 149.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 220 | 0.01 | 0.54 | 0 | 0.14 | 298.99 | 0.63 | 0.63 |
| Hex | DA | 65 | DC | 1 | 36 | 0 | E | 12B | 3F | 3F |
| Octal | 332 | 145 | 334 | 1 | 66 | 0 | 16 | 453 | 77 | 77 |
| Binary | 11011010 | 1100101 | 11011100 | 1 | 110110 | 0 | 1110 | 100101011 | 111111 | 111111 |
Color Harmonies of #DA65DC
Complementary color
Monochromatic Colors of #DA65DC
Black with #DA65DC
Text Example
Text Example
White with #DA65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65DC; }
p { color: rgb(218,101,220); }
H1.HeaderClassName
{
color: #DA65DC;
}
.AnyTagClassName
{
color: #DA65DC;
}
</style>
background-color css
<style>
a { background-color: #DA65DC; }
a { background-color: rgb(218,101,220); }
div.DivClassName
{
background-color: #DA65DC;
}
.BgClassName
{
background-color: #DA65DC;
}
</style>
border-color css
<style>
span { border-color: #DA65DC; }
span { border-color: rgb(218,101,220); }
td.TdClassName
{
border-color: #DA65DC;
}
.TagClassName
{
border-color: #DA65DC;
}
</style>