#D664DE

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

Shades of Orchid #D664DE

Tints of Orchid #D664DE

Color information

#D664DE (or 0xD664DE) is unknown color: approx Orchid. HEX triplet: D6, 64 and DE. RGB value is (214,100,222). Sum of RGB (Red+Green+Blue) = 214+100+222=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #D664DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664DE is #299B21. Grayscale: #939393. Windows color (decimal): -2726690 or 14574806. OLE color: 14574806.

HSL color Cylindrical-coordinate representation of color #D664DE: hue angle of 296.07º 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 #D664DE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214100222-
CMYK0.040.5500.13
HSL296.07º64.89%63.14%-
HSV(B)296.07º54.95%87.06%-
XYZ45.4728.6872.25-
YUV147.99169.77175.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 100 (39.45% from 255) = 18.66%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=39.93%
G=18.66%
B=41.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141002220.040.5500.13296.0764.8963.14
HexD664DE4370D128413f
Octal32614433646701545010177
Binary11010110110010011011110100110111011011001010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D664DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D664DE; }

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

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

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

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

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

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

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

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