#D26BB9

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

Shades of Orchid #D26BB9

Tints of Orchid #D26BB9

Color information

#D26BB9 (or 0xD26BB9) is unknown color: approx Orchid. HEX triplet: D2, 6B and B9. RGB value is (210,107,185). Sum of RGB (Red+Green+Blue) = 210+107+185=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BB9 is #2D9446. Grayscale: #929292. Windows color (decimal): -2987079 or 12151762. OLE color: 12151762.

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

Color convert

RGB210107185-
CMYK00.490.120.18
HSL314.56º53.37%62.16%-
HSV(B)314.56º49.05%82.35%-
XYZ40.5927.7249.11-
YUV146.69149.62173.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=41.83%
G=21.31%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010718500.490.120.18314.5653.3762.16
HexD26BB9031C1213b353e
Octal32215327106114224736576
Binary110100101101011101110010110001110010010100111011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26BB9; }

 p { color: rgb(210,107,185); }

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

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

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

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

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

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

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