Shades of Orchid #DA65C4
Tints of Orchid #DA65C4
RGB
CMYK
RGB Variations
Color information
#DA65C4 (or 0xDA65C4) is known color: Orchid. HEX triplet: DA, 65 and C4. RGB value is (218,101,196). Sum of RGB (Red+Green+Blue) = 218+101+196=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65C4 is #259A3B. Grayscale: #929292. Windows color (decimal): -2464316 or 12871130. OLE color: 12871130.
HSL color Cylindrical-coordinate representation of color #DA65C4: hue angle of 311.28º 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 #DA65C4 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 196 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.15 |
| HSL | 311.28º | 0.61% | 0.63% | - |
| HSV(B) | 311.28º | 0.54% | 0.85% | - |
| XYZ | 43.53 | 28.2 | 55.37 | - |
| YUV | 146.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 196 | 0 | 0.54 | 0.10 | 0.15 | 311.28 | 0.61 | 0.63 |
| Hex | DA | 65 | C4 | 0 | 36 | A | F | 137 | 3D | 3F |
| Octal | 332 | 145 | 304 | 0 | 66 | 12 | 17 | 467 | 75 | 77 |
| Binary | 11011010 | 1100101 | 11000100 | 0 | 110110 | 1010 | 1111 | 100110111 | 111101 | 111111 |
Color Harmonies of #DA65C4
Complementary color
Monochromatic Colors of #DA65C4
Black with #DA65C4
Text Example
Text Example
White with #DA65C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65C4; }
p { color: rgb(218,101,196); }
H1.HeaderClassName
{
color: #DA65C4;
}
.AnyTagClassName
{
color: #DA65C4;
}
</style>
background-color css
<style>
a { background-color: #DA65C4; }
a { background-color: rgb(218,101,196); }
div.DivClassName
{
background-color: #DA65C4;
}
.BgClassName
{
background-color: #DA65C4;
}
</style>
border-color css
<style>
span { border-color: #DA65C4; }
span { border-color: rgb(218,101,196); }
td.TdClassName
{
border-color: #DA65C4;
}
.TagClassName
{
border-color: #DA65C4;
}
</style>