#d26edc

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

Shades of Orchid #D26EDC

Tints of Orchid #D26EDC

Color information

#D26EDC (or 0xD26EDC) is unknown color: approx Orchid. HEX triplet: D2, 6E and DC. RGB value is (210,110,220). Sum of RGB (Red+Green+Blue) = 210+110+220=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D26EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDC is #2D9123. Grayscale: #989898. Windows color (decimal): -2986276 or 14446290. OLE color: 14446290.

HSL color Cylindrical-coordinate representation of color #D26EDC: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26EDC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210110220-
CMYK0.050.5000.14
HSL294.55º61.11%64.71%-
HSV(B)294.55º50%86.27%-
XYZ45.0730.0271.13-
YUV152.44166.13169.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 110 (43.36% from 255) = 20.37%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=38.89%
G=20.37%
B=40.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101102200.050.5000.14294.5561.1164.71
HexD26EDC5320E1273d41
Octal32215633456201644775101
Binary11010010110111011011100101110010011101001001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d26edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d26edc; }

 p { color: rgb(210,110,220); }

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

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

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

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

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

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

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