#D26AC8

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

Shades of Orchid #D26AC8

Tints of Orchid #D26AC8

Color information

#D26AC8 (or 0xD26AC8) is unknown color: approx Orchid. HEX triplet: D2, 6A and C8. RGB value is (210,106,200). Sum of RGB (Red+Green+Blue) = 210+106+200=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AC8 is #2D9537. Grayscale: #939393. Windows color (decimal): -2987320 or 13134546. OLE color: 13134546.

HSL color Cylindrical-coordinate representation of color #D26AC8: hue angle of 305.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AC8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210106200-
CMYK00.500.050.18
HSL305.77º53.61%61.96%-
HSV(B)305.77º49.52%82.35%-
XYZ42.1628.1857.86-
YUV147.81157.46172.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=40.70%
G=20.54%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010620000.500.050.18305.7753.6161.96
HexD26AC8032512132363e
Octal3221523100625224626676
Binary11010010110101011001000011001010110010100110010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26AC8; }

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

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

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

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

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

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

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

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