#D26AD4

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

Shades of Orchid #D26AD4

Tints of Orchid #D26AD4

Color information

#D26AD4 (or 0xD26AD4) is unknown color: approx Orchid. HEX triplet: D2, 6A and D4. RGB value is (210,106,212). Sum of RGB (Red+Green+Blue) = 210+106+212=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #D26AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AD4 is #2D952B. Grayscale: #949494. Windows color (decimal): -2987308 or 13920978. OLE color: 13920978.

HSL color Cylindrical-coordinate representation of color #D26AD4: hue angle of 298.87º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AD4 is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210106212-
CMYK0.010.500.17
HSL298.87º55.21%62.35%-
HSV(B)298.87º50%83.14%-
XYZ43.6228.7665.54-
YUV149.18163.46171.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=39.77%
G=20.08%
B=40.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101062120.010.500.17298.8755.2162.35
HexD26AD413201112b373e
Octal3221523241620214536776
Binary110100101101010110101001110010010001100101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26AD4; }

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

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

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

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

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

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

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

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