#D26AD2

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

Shades of Orchid #D26AD2

Tints of Orchid #D26AD2

Color information

#D26AD2 (or 0xD26AD2) is unknown color: approx Orchid. HEX triplet: D2, 6A and D2. RGB value is (210,106,210). Sum of RGB (Red+Green+Blue) = 210+106+210=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D26AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AD2 is #2D952D. Grayscale: #949494. Windows color (decimal): -2987310 or 13789906. OLE color: 13789906.

HSL color Cylindrical-coordinate representation of color #D26AD2: hue angle of 300º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AD2 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB210106210-
CMYK00.5000.18
HSL300º53.61%61.96%-
HSV(B)300º49.52%82.35%-
XYZ43.3728.6664.22-
YUV148.95162.46171.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 210 (82.42% from 255) = 39.92%
R=39.92%
G=20.15%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010621000.5000.1830053.6161.96
HexD26AD203201212c363e
Octal3221523220620224546676
Binary110100101101010110100100110010010010100101100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26AD2; }

 p { color: rgb(210,106,210); }

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

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

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

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

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

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

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