Shades of Orchid #D264DA
Tints of Orchid #D264DA
RGB
CMYK
RGB Variations
Color information
#D264DA (or 0xD264DA) is known color: Orchid. HEX triplet: D2, 64 and DA. RGB value is (210,100,218). Sum of RGB (Red+Green+Blue) = 210+100+218=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D264DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264DA is #2D9B25. Grayscale: #919191. Windows color (decimal): -2988838 or 14312658. OLE color: 14312658.
HSL color Cylindrical-coordinate representation of color #D264DA: hue angle of 295.93º 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 #D264DA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 100 | 218 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.15 |
| HSL | 295.93º | 0.61% | 0.62% | - |
| HSV(B) | 295.93º | 0.54% | 0.85% | - |
| XYZ | 43.79 | 27.88 | 69.4 | - |
| YUV | 146.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 218 | 0.04 | 0.54 | 0 | 0.15 | 295.93 | 0.61 | 0.62 |
| Hex | D2 | 64 | DA | 4 | 36 | 0 | F | 128 | 3D | 3E |
| Octal | 322 | 144 | 332 | 4 | 66 | 0 | 17 | 450 | 75 | 76 |
| Binary | 11010010 | 1100100 | 11011010 | 100 | 110110 | 0 | 1111 | 100101000 | 111101 | 111110 |
Color Harmonies of #D264DA
Complementary color
Monochromatic Colors of #D264DA
Black with #D264DA
Text Example
Text Example
White with #D264DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264DA; }
p { color: rgb(210,100,218); }
H1.HeaderClassName
{
color: #D264DA;
}
.AnyTagClassName
{
color: #D264DA;
}
</style>
background-color css
<style>
a { background-color: #D264DA; }
a { background-color: rgb(210,100,218); }
div.DivClassName
{
background-color: #D264DA;
}
.BgClassName
{
background-color: #D264DA;
}
</style>
border-color css
<style>
span { border-color: #D264DA; }
span { border-color: rgb(210,100,218); }
td.TdClassName
{
border-color: #D264DA;
}
.TagClassName
{
border-color: #D264DA;
}
</style>