Shades of Orchid #D264D8
Tints of Orchid #D264D8
RGB
CMYK
RGB Variations
Color information
#D264D8 (or 0xD264D8) is known color: Orchid. HEX triplet: D2, 64 and D8. RGB value is (210,100,216). Sum of RGB (Red+Green+Blue) = 210+100+216=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #D264D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264D8 is #2D9B27. Grayscale: #919191. Windows color (decimal): -2988840 or 14181586. OLE color: 14181586.
HSL color Cylindrical-coordinate representation of color #D264D8: hue angle of 296.9º degrees, saturation: 0.6, 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 #D264D8 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 100 | 216 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.15 |
| HSL | 296.9º | 0.6% | 0.62% | - |
| HSV(B) | 296.9º | 0.54% | 0.85% | - |
| XYZ | 43.53 | 27.77 | 68.03 | - |
| YUV | 146.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 216 | 0.03 | 0.54 | 0 | 0.15 | 296.9 | 0.6 | 0.62 |
| Hex | D2 | 64 | D8 | 3 | 36 | 0 | F | 129 | 3C | 3E |
| Octal | 322 | 144 | 330 | 3 | 66 | 0 | 17 | 451 | 74 | 76 |
| Binary | 11010010 | 1100100 | 11011000 | 11 | 110110 | 0 | 1111 | 100101001 | 111100 | 111110 |
Color Harmonies of #D264D8
Complementary color
Monochromatic Colors of #D264D8
Black with #D264D8
Text Example
Text Example
White with #D264D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264D8; }
p { color: rgb(210,100,216); }
H1.HeaderClassName
{
color: #D264D8;
}
.AnyTagClassName
{
color: #D264D8;
}
</style>
background-color css
<style>
a { background-color: #D264D8; }
a { background-color: rgb(210,100,216); }
div.DivClassName
{
background-color: #D264D8;
}
.BgClassName
{
background-color: #D264D8;
}
</style>
border-color css
<style>
span { border-color: #D264D8; }
span { border-color: rgb(210,100,216); }
td.TdClassName
{
border-color: #D264D8;
}
.TagClassName
{
border-color: #D264D8;
}
</style>