#D26FE4

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

Shades of Orchid #D26FE4

Tints of Orchid #D26FE4

Color information

#D26FE4 (or 0xD26FE4) is unknown color: approx Orchid. HEX triplet: D2, 6F and E4. RGB value is (210,111,228). Sum of RGB (Red+Green+Blue) = 210+111+228=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #D26FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FE4 is #2D901B. Grayscale: #999999. Windows color (decimal): -2986012 or 14970834. OLE color: 14970834.

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

Color convert

RGB210111228-
CMYK0.080.5100.11
HSL290.77º68.42%66.47%-
HSV(B)290.77º51.32%89.41%-
XYZ46.2730.6776.88-
YUV153.94169.8167.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 228 (89.45% from 255) = 41.53%
R=38.25%
G=20.22%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101112280.080.5100.11290.7768.4266.47
HexD26FE48330B1234442
Octal3221573441063013443104102
Binary1101001011011111110010010001100110101110010001110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26FE4; }

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

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

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

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

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

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

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

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