#D26BE4

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

Shades of Orchid #D26BE4

Tints of Orchid #D26BE4

Color information

#D26BE4 (or 0xD26BE4) is unknown color: approx Orchid. HEX triplet: D2, 6B and E4. RGB value is (210,107,228). Sum of RGB (Red+Green+Blue) = 210+107+228=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #D26BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BE4 is #2D941B. Grayscale: #979797. Windows color (decimal): -2987036 or 14969810. OLE color: 14969810.

HSL color Cylindrical-coordinate representation of color #D26BE4: hue angle of 291.07º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26BE4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210107228-
CMYK0.080.5300.11
HSL291.07º69.14%65.69%-
HSV(B)291.07º53.07%89.41%-
XYZ45.8429.8276.74-
YUV151.59171.12169.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 228 (89.45% from 255) = 41.83%
R=38.53%
G=19.63%
B=41.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101072280.080.5300.11291.0769.1465.69
HexD26BE48350B1234542
Octal3221533441065013443105102
Binary1101001011010111110010010001101010101110010001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26BE4; }

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

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

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

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

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

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

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

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