Shades of Orchid #DA65CA
Tints of Orchid #DA65CA
RGB
CMYK
RGB Variations
Color information
#DA65CA (or 0xDA65CA) is known color: Orchid. HEX triplet: DA, 65 and CA. RGB value is (218,101,202). Sum of RGB (Red+Green+Blue) = 218+101+202=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65CA is #259A35. Grayscale: #939393. Windows color (decimal): -2464310 or 13264346. OLE color: 13264346.
HSL color Cylindrical-coordinate representation of color #DA65CA: hue angle of 308.21º 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 #DA65CA is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 202 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.15 |
| HSL | 308.21º | 0.61% | 0.63% | - |
| HSV(B) | 308.21º | 0.54% | 0.85% | - |
| XYZ | 44.23 | 28.48 | 59.04 | - |
| YUV | 147.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 202 | 0 | 0.54 | 0.07 | 0.15 | 308.21 | 0.61 | 0.63 |
| Hex | DA | 65 | CA | 0 | 36 | 7 | F | 134 | 3D | 3F |
| Octal | 332 | 145 | 312 | 0 | 66 | 7 | 17 | 464 | 75 | 77 |
| Binary | 11011010 | 1100101 | 11001010 | 0 | 110110 | 111 | 1111 | 100110100 | 111101 | 111111 |
Color Harmonies of #DA65CA
Complementary color
Monochromatic Colors of #DA65CA
Black with #DA65CA
Text Example
Text Example
White with #DA65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65CA; }
p { color: rgb(218,101,202); }
H1.HeaderClassName
{
color: #DA65CA;
}
.AnyTagClassName
{
color: #DA65CA;
}
</style>
background-color css
<style>
a { background-color: #DA65CA; }
a { background-color: rgb(218,101,202); }
div.DivClassName
{
background-color: #DA65CA;
}
.BgClassName
{
background-color: #DA65CA;
}
</style>
border-color css
<style>
span { border-color: #DA65CA; }
span { border-color: rgb(218,101,202); }
td.TdClassName
{
border-color: #DA65CA;
}
.TagClassName
{
border-color: #DA65CA;
}
</style>