#d26ddd

Color #D26DDD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D26DDD

Tints of Orchid #D26DDD

Color information

#D26DDD (or 0xD26DDD) is unknown color: approx Orchid. HEX triplet: D2, 6D and DD. RGB value is (210,109,221). Sum of RGB (Red+Green+Blue) = 210+109+221=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D26DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DDD is #2D9222. Grayscale: #979797. Windows color (decimal): -2986531 or 14511570. OLE color: 14511570.

HSL color Cylindrical-coordinate representation of color #D26DDD: hue angle of 294.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26DDD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210109221-
CMYK0.050.5100.13
HSL294.11º62.22%64.71%-
HSV(B)294.11º50.68%86.67%-
XYZ45.129.8671.79-
YUV151.97166.96169.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=38.89%
G=20.19%
B=40.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101092210.050.5100.13294.1162.2264.71
HexD26DDD5330D1263e41
Octal32215533556301544676101
Binary11010010110110111011101101110011011011001001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d26ddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d26ddd; }

 p { color: rgb(210,109,221); }

 H1.HeaderClassName
 {
   color: #d26ddd;
 }
 .AnyTagClassName
 {
   color: #d26ddd;
 }
</style>
background-color css

<style>
 a { background-color: #d26ddd; }

 a { background-color: rgb(210,109,221); }

 div.DivClassName
 {
   background-color: #d26ddd;
 }
 .BgClassName
 {
   background-color: #d26ddd;
 }
</style>
border-color css

<style>
 span { border-color: #d26ddd; }

 span { border-color: rgb(210,109,221); }

 td.TdClassName
 {
   border-color: #d26ddd;
 }
 .TagClassName
 {
   border-color: #d26ddd;
 }
</style>