Shades of Orchid #D260E0
Tints of Orchid #D260E0
RGB
CMYK
RGB Variations
Color information
#D260E0 (or 0xD260E0) is known color: Orchid. HEX triplet: D2, 60 and E0. RGB value is (210,96,224). Sum of RGB (Red+Green+Blue) = 210+96+224=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #D260E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260E0 is #2D9F1F. Grayscale: #909090. Windows color (decimal): -2989856 or 14704850. OLE color: 14704850.
HSL color Cylindrical-coordinate representation of color #D260E0: hue angle of 293.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D260E0 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 96 | 224 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.12 |
| HSL | 293.44º | 0.67% | 0.63% | - |
| HSV(B) | 293.44º | 0.57% | 0.88% | - |
| XYZ | 44.22 | 27.45 | 73.49 | - |
| YUV | 144.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 224 | 0.06 | 0.57 | 0 | 0.12 | 293.44 | 0.67 | 0.63 |
| Hex | D2 | 60 | E0 | 6 | 39 | 0 | C | 125 | 43 | 3F |
| Octal | 322 | 140 | 340 | 6 | 71 | 0 | 14 | 445 | 103 | 77 |
| Binary | 11010010 | 1100000 | 11100000 | 110 | 111001 | 0 | 1100 | 100100101 | 1000011 | 111111 |
Color Harmonies of #D260E0
Complementary color
Monochromatic Colors of #D260E0
Black with #D260E0
Text Example
Text Example
White with #D260E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260E0; }
p { color: rgb(210,96,224); }
H1.HeaderClassName
{
color: #D260E0;
}
.AnyTagClassName
{
color: #D260E0;
}
</style>
background-color css
<style>
a { background-color: #D260E0; }
a { background-color: rgb(210,96,224); }
div.DivClassName
{
background-color: #D260E0;
}
.BgClassName
{
background-color: #D260E0;
}
</style>
border-color css
<style>
span { border-color: #D260E0; }
span { border-color: rgb(210,96,224); }
td.TdClassName
{
border-color: #D260E0;
}
.TagClassName
{
border-color: #D260E0;
}
</style>