Shades of Orchid #DA66CA
Tints of Orchid #DA66CA
RGB
CMYK
RGB Variations
Color information
#DA66CA (or 0xDA66CA) is known color: Orchid. HEX triplet: DA, 66 and CA. RGB value is (218,102,202). Sum of RGB (Red+Green+Blue) = 218+102+202=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66CA is #259935. Grayscale: #939393. Windows color (decimal): -2464054 or 13264602. OLE color: 13264602.
HSL color Cylindrical-coordinate representation of color #DA66CA: hue angle of 308.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66CA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 202 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.15 |
| HSL | 308.28º | 0.61% | 0.63% | - |
| HSV(B) | 308.28º | 0.53% | 0.85% | - |
| XYZ | 44.33 | 28.67 | 59.08 | - |
| YUV | 148.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 202 | 0 | 0.53 | 0.07 | 0.15 | 308.28 | 0.61 | 0.63 |
| Hex | DA | 66 | CA | 0 | 35 | 7 | F | 134 | 3D | 3F |
| Octal | 332 | 146 | 312 | 0 | 65 | 7 | 17 | 464 | 75 | 77 |
| Binary | 11011010 | 1100110 | 11001010 | 0 | 110101 | 111 | 1111 | 100110100 | 111101 | 111111 |
Color Harmonies of #DA66CA
Complementary color
Monochromatic Colors of #DA66CA
Black with #DA66CA
Text Example
Text Example
White with #DA66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66CA; }
p { color: rgb(218,102,202); }
H1.HeaderClassName
{
color: #DA66CA;
}
.AnyTagClassName
{
color: #DA66CA;
}
</style>
background-color css
<style>
a { background-color: #DA66CA; }
a { background-color: rgb(218,102,202); }
div.DivClassName
{
background-color: #DA66CA;
}
.BgClassName
{
background-color: #DA66CA;
}
</style>
border-color css
<style>
span { border-color: #DA66CA; }
span { border-color: rgb(218,102,202); }
td.TdClassName
{
border-color: #DA66CA;
}
.TagClassName
{
border-color: #DA66CA;
}
</style>