#D26EC0

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

Shades of Orchid #D26EC0

Tints of Orchid #D26EC0

Color information

#D26EC0 (or 0xD26EC0) is unknown color: approx Orchid. HEX triplet: D2, 6E and C0. RGB value is (210,110,192). Sum of RGB (Red+Green+Blue) = 210+110+192=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC0 is #2D913F. Grayscale: #959595. Windows color (decimal): -2986304 or 12611282. OLE color: 12611282.

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

Color convert

RGB210110192-
CMYK00.480.090.18
HSL310.8º52.63%62.75%-
HSV(B)310.8º47.62%82.35%-
XYZ41.6728.6653.2-
YUV149.25152.13171.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=41.02%
G=21.48%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011019200.480.090.18310.852.6362.75
HexD26EC0030912137353f
Octal32215630006011224676577
Binary110100101101110110000000110000100110010100110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26EC0; }

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

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

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

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

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

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

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

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