#D26ADF

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

Shades of Orchid #D26ADF

Tints of Orchid #D26ADF

Color information

#D26ADF (or 0xD26ADF) is unknown color: approx Orchid. HEX triplet: D2, 6A and DF. RGB value is (210,106,223). Sum of RGB (Red+Green+Blue) = 210+106+223=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D26ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ADF is #2D9520. Grayscale: #969696. Windows color (decimal): -2987297 or 14641874. OLE color: 14641874.

HSL color Cylindrical-coordinate representation of color #D26ADF: hue angle of 293.33º degrees, saturation: 0.65, 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 #D26ADF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210106223-
CMYK0.060.5200.13
HSL293.33º64.64%64.51%-
HSV(B)293.33º52.47%87.45%-
XYZ45.0529.3473.1-
YUV150.43168.96170.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=38.96%
G=19.67%
B=41.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101062230.060.5200.13293.3364.6464.51
HexD26ADF6340D1254141
Octal322152337664015445101101
Binary110100101101010110111111101101000110110010010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26ADF; }

 p { color: rgb(210,106,223); }

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

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

 a { background-color: rgb(210,106,223); }

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

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

 span { border-color: rgb(210,106,223); }

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