Shades of Orchid #D264E0
Tints of Orchid #D264E0
RGB
CMYK
RGB Variations
Color information
#D264E0 (or 0xD264E0) is known color: Orchid. HEX triplet: D2, 64 and E0. RGB value is (210,100,224). Sum of RGB (Red+Green+Blue) = 210+100+224=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #D264E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264E0 is #2D9B1F. Grayscale: #929292. Windows color (decimal): -2988832 or 14705874. OLE color: 14705874.
HSL color Cylindrical-coordinate representation of color #D264E0: hue angle of 293.23º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D264E0 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 100 | 224 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.12 |
| HSL | 293.23º | 0.67% | 0.64% | - |
| HSV(B) | 293.23º | 0.55% | 0.88% | - |
| XYZ | 44.59 | 28.2 | 73.61 | - |
| YUV | 147.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 224 | 0.06 | 0.55 | 0 | 0.12 | 293.23 | 0.67 | 0.64 |
| Hex | D2 | 64 | E0 | 6 | 37 | 0 | C | 125 | 43 | 40 |
| Octal | 322 | 144 | 340 | 6 | 67 | 0 | 14 | 445 | 103 | 100 |
| Binary | 11010010 | 1100100 | 11100000 | 110 | 110111 | 0 | 1100 | 100100101 | 1000011 | 1000000 |
Color Harmonies of #D264E0
Complementary color
Monochromatic Colors of #D264E0
Black with #D264E0
Text Example
Text Example
White with #D264E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264E0; }
p { color: rgb(210,100,224); }
H1.HeaderClassName
{
color: #D264E0;
}
.AnyTagClassName
{
color: #D264E0;
}
</style>
background-color css
<style>
a { background-color: #D264E0; }
a { background-color: rgb(210,100,224); }
div.DivClassName
{
background-color: #D264E0;
}
.BgClassName
{
background-color: #D264E0;
}
</style>
border-color css
<style>
span { border-color: #D264E0; }
span { border-color: rgb(210,100,224); }
td.TdClassName
{
border-color: #D264E0;
}
.TagClassName
{
border-color: #D264E0;
}
</style>