#D466E4

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

Shades of Orchid #D466E4

Tints of Orchid #D466E4

Color information

#D466E4 (or 0xD466E4) is unknown color: approx Orchid. HEX triplet: D4, 66 and E4. RGB value is (212,102,228). Sum of RGB (Red+Green+Blue) = 212+102+228=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #D466E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466E4 is #2B991B. Grayscale: #949494. Windows color (decimal): -2857244 or 14968532. OLE color: 14968532.

HSL color Cylindrical-coordinate representation of color #D466E4: hue angle of 292.38º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D466E4 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212102228-
CMYK0.070.5500.11
HSL292.38º70%64.71%-
HSV(B)292.38º55.26%89.41%-
XYZ45.9129.176.6-
YUV149.25172.44172.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 102 (40.23% from 255) = 18.82%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=39.11%
G=18.82%
B=42.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121022280.070.5500.11292.387064.71
HexD466E47370B1244641
Octal324146344767013444106101
Binary110101001100110111001001111101110101110010010010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466E4; }

 p { color: rgb(212,102,228); }

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

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

 a { background-color: rgb(212,102,228); }

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

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

 span { border-color: rgb(212,102,228); }

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