#D26DBF

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

Shades of Orchid #D26DBF

Tints of Orchid #D26DBF

Color information

#D26DBF (or 0xD26DBF) is unknown color: approx Orchid. HEX triplet: D2, 6D and BF. RGB value is (210,109,191). Sum of RGB (Red+Green+Blue) = 210+109+191=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DBF is #2D9240. Grayscale: #949494. Windows color (decimal): -2986561 or 12545490. OLE color: 12545490.

HSL color Cylindrical-coordinate representation of color #D26DBF: hue angle of 311.29º 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 #D26DBF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210109191-
CMYK00.480.090.18
HSL311.29º52.88%62.55%-
HSV(B)311.29º48.1%82.35%-
XYZ41.4528.452.59-
YUV148.55151.96171.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 191 (75% from 255) = 37.45%
R=41.18%
G=21.37%
B=37.45%

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
Decimal21010919100.480.090.18311.2952.8862.55
HexD26DBF030912137353f
Octal32215527706011224676577
Binary110100101101101101111110110000100110010100110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26DBF; }

 p { color: rgb(210,109,191); }

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

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

 a { background-color: rgb(210,109,191); }

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

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

 span { border-color: rgb(210,109,191); }

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