#D26BB7

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

Shades of Orchid #D26BB7

Tints of Orchid #D26BB7

Color information

#D26BB7 (or 0xD26BB7) is unknown color: approx Orchid. HEX triplet: D2, 6B and B7. RGB value is (210,107,183). Sum of RGB (Red+Green+Blue) = 210+107+183=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BB7 is #2D9448. Grayscale: #929292. Windows color (decimal): -2987081 or 12020690. OLE color: 12020690.

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

Color convert

RGB210107183-
CMYK00.490.130.18
HSL315.73º53.37%62.16%-
HSV(B)315.73º49.05%82.35%-
XYZ40.3827.6448.01-
YUV146.46148.62173.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=42%
G=21.4%
B=36.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010718300.490.130.18315.7353.3762.16
HexD26BB7031D1213c353e
Octal32215326706115224746576
Binary110100101101011101101110110001110110010100111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26BB7; }

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

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

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

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

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

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

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

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