#D464DE

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

Shades of Orchid #D464DE

Tints of Orchid #D464DE

Color information

#D464DE (or 0xD464DE) is unknown color: approx Orchid. HEX triplet: D4, 64 and DE. RGB value is (212,100,222). Sum of RGB (Red+Green+Blue) = 212+100+222=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #D464DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464DE is #2B9B21. Grayscale: #939393. Windows color (decimal): -2857762 or 14574804. OLE color: 14574804.

HSL color Cylindrical-coordinate representation of color #D464DE: hue angle of 295.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D464DE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212100222-
CMYK0.050.5500.13
HSL295.08º64.89%63.14%-
HSV(B)295.08º54.95%87.06%-
XYZ44.8928.3972.22-
YUV147.4170.11174.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 100 (39.45% from 255) = 18.73%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=39.70%
G=18.73%
B=41.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121002220.050.5500.13295.0864.8963.14
HexD464DE5370D127413f
Octal32414433656701544710177
Binary11010100110010011011110101110111011011001001111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464DE; }

 p { color: rgb(212,100,222); }

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

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

 a { background-color: rgb(212,100,222); }

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

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

 span { border-color: rgb(212,100,222); }

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