#D26BDE

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

Shades of Orchid #D26BDE

Tints of Orchid #D26BDE

Color information

#D26BDE (or 0xD26BDE) is unknown color: approx Orchid. HEX triplet: D2, 6B and DE. RGB value is (210,107,222). Sum of RGB (Red+Green+Blue) = 210+107+222=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #D26BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BDE is #2D9421. Grayscale: #969696. Windows color (decimal): -2987042 or 14576594. OLE color: 14576594.

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

Color convert

RGB210107222-
CMYK0.050.5200.13
HSL293.74º63.54%64.51%-
HSV(B)293.74º51.8%87.06%-
XYZ45.0229.4972.43-
YUV150.91168.12170.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 107 (42.19% from 255) = 19.85%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=38.96%
G=19.85%
B=41.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101072220.050.5200.13293.7463.5464.51
HexD26BDE5340D1264041
Octal322153336564015446100101
Binary110100101101011110111101011101000110110010011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26BDE; }

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

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

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

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

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

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

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

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