Shades of Orchid #D264DF
Tints of Orchid #D264DF
RGB
CMYK
RGB Variations
Color information
#D264DF (or 0xD264DF) is known color: Orchid. HEX triplet: D2, 64 and DF. RGB value is (210,100,223). Sum of RGB (Red+Green+Blue) = 210+100+223=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D264DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264DF is #2D9B20. Grayscale: #929292. Windows color (decimal): -2988833 or 14640338. OLE color: 14640338.
HSL color Cylindrical-coordinate representation of color #D264DF: hue angle of 293.66º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D264DF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 100 | 223 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.13 |
| HSL | 293.66º | 0.66% | 0.63% | - |
| HSV(B) | 293.66º | 0.55% | 0.87% | - |
| XYZ | 44.45 | 28.14 | 72.9 | - |
| YUV | 146.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 223 | 0.06 | 0.55 | 0 | 0.13 | 293.66 | 0.66 | 0.63 |
| Hex | D2 | 64 | DF | 6 | 37 | 0 | D | 126 | 42 | 3F |
| Octal | 322 | 144 | 337 | 6 | 67 | 0 | 15 | 446 | 102 | 77 |
| Binary | 11010010 | 1100100 | 11011111 | 110 | 110111 | 0 | 1101 | 100100110 | 1000010 | 111111 |
Color Harmonies of #D264DF
Complementary color
Monochromatic Colors of #D264DF
Black with #D264DF
Text Example
Text Example
White with #D264DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264DF; }
p { color: rgb(210,100,223); }
H1.HeaderClassName
{
color: #D264DF;
}
.AnyTagClassName
{
color: #D264DF;
}
</style>
background-color css
<style>
a { background-color: #D264DF; }
a { background-color: rgb(210,100,223); }
div.DivClassName
{
background-color: #D264DF;
}
.BgClassName
{
background-color: #D264DF;
}
</style>
border-color css
<style>
span { border-color: #D264DF; }
span { border-color: rgb(210,100,223); }
td.TdClassName
{
border-color: #D264DF;
}
.TagClassName
{
border-color: #D264DF;
}
</style>