#D26ABB

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

Shades of Orchid #D26ABB

Tints of Orchid #D26ABB

Color information

#D26ABB (or 0xD26ABB) is unknown color: approx Orchid. HEX triplet: D2, 6A and BB. RGB value is (210,106,187). Sum of RGB (Red+Green+Blue) = 210+106+187=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ABB is #2D9544. Grayscale: #929292. Windows color (decimal): -2987333 or 12282578. OLE color: 12282578.

HSL color Cylindrical-coordinate representation of color #D26ABB: hue angle of 313.27º 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 #D26ABB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210106187-
CMYK00.500.110.18
HSL313.27º53.61%61.96%-
HSV(B)313.27º49.52%82.35%-
XYZ40.727.650.2-
YUV146.33150.96173.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=41.75%
G=21.07%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010618700.500.110.18313.2753.6161.96
HexD26ABB032B12139363e
Octal32215227306213224716676
Binary110100101101010101110110110010101110010100111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26ABB; }

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

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

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

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

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

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

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

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