#D26FB4

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

Shades of Orchid #D26FB4

Tints of Orchid #D26FB4

Color information

#D26FB4 (or 0xD26FB4) is unknown color: approx Orchid. HEX triplet: D2, 6F and B4. RGB value is (210,111,180). Sum of RGB (Red+Green+Blue) = 210+111+180=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB4 is #2D904B. Grayscale: #949494. Windows color (decimal): -2986060 or 11825106. OLE color: 11825106.

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

Color convert

RGB210111180-
CMYK00.470.140.18
HSL318.18º52.38%62.94%-
HSV(B)318.18º47.14%82.35%-
XYZ40.528.3746.52-
YUV148.47145.8171.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=41.92%
G=22.16%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011118000.470.140.18318.1852.3862.94
HexD26FB402FE1213e343f
Octal32215726405716224766477
Binary110100101101111101101000101111111010010100111110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26FB4; }

 p { color: rgb(210,111,180); }

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

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

 a { background-color: rgb(210,111,180); }

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

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

 span { border-color: rgb(210,111,180); }

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