Shades of Orchid #DA64CF
Tints of Orchid #DA64CF
RGB
CMYK
RGB Variations
Color information
#DA64CF (or 0xDA64CF) is known color: Orchid. HEX triplet: DA, 64 and CF. RGB value is (218,100,207). Sum of RGB (Red+Green+Blue) = 218+100+207=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64CF is #259B30. Grayscale: #939393. Windows color (decimal): -2464561 or 13591770. OLE color: 13591770.
HSL color Cylindrical-coordinate representation of color #DA64CF: hue angle of 305.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA64CF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 207 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.15 |
| HSL | 305.59º | 0.61% | 0.62% | - |
| HSV(B) | 305.59º | 0.54% | 0.85% | - |
| XYZ | 44.73 | 28.52 | 62.18 | - |
| YUV | 147.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 207 | 0 | 0.54 | 0.05 | 0.15 | 305.59 | 0.61 | 0.62 |
| Hex | DA | 64 | CF | 0 | 36 | 5 | F | 132 | 3D | 3E |
| Octal | 332 | 144 | 317 | 0 | 66 | 5 | 17 | 462 | 75 | 76 |
| Binary | 11011010 | 1100100 | 11001111 | 0 | 110110 | 101 | 1111 | 100110010 | 111101 | 111110 |
Color Harmonies of #DA64CF
Complementary color
Monochromatic Colors of #DA64CF
Black with #DA64CF
Text Example
Text Example
White with #DA64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64CF; }
p { color: rgb(218,100,207); }
H1.HeaderClassName
{
color: #DA64CF;
}
.AnyTagClassName
{
color: #DA64CF;
}
</style>
background-color css
<style>
a { background-color: #DA64CF; }
a { background-color: rgb(218,100,207); }
div.DivClassName
{
background-color: #DA64CF;
}
.BgClassName
{
background-color: #DA64CF;
}
</style>
border-color css
<style>
span { border-color: #DA64CF; }
span { border-color: rgb(218,100,207); }
td.TdClassName
{
border-color: #DA64CF;
}
.TagClassName
{
border-color: #DA64CF;
}
</style>