#D26BE6

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

Shades of Orchid #D26BE6

Tints of Orchid #D26BE6

Color information

#D26BE6 (or 0xD26BE6) is unknown color: approx Orchid. HEX triplet: D2, 6B and E6. RGB value is (210,107,230). Sum of RGB (Red+Green+Blue) = 210+107+230=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #D26BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26BE6 is #2D9419. Grayscale: #979797. Windows color (decimal): -2987034 or 15100882. OLE color: 15100882.

HSL color Cylindrical-coordinate representation of color #D26BE6: hue angle of 290.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26BE6 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210107230-
CMYK0.090.5300.10
HSL290.24º71.1%66.08%-
HSV(B)290.24º53.48%90.2%-
XYZ46.1229.9378.21-
YUV151.82172.12169.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=38.39%
G=19.56%
B=42.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101072300.090.5300.10290.2471.166.08
HexD26BE69350A1224742
Octal3221533461165012442107102
Binary1101001011010111110011010011101010101010010001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26BE6; }

 p { color: rgb(210,107,230); }

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

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

 a { background-color: rgb(210,107,230); }

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

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

 span { border-color: rgb(210,107,230); }

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