#D661DE

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

Shades of Orchid #D661DE

Tints of Orchid #D661DE

Color information

#D661DE (or 0xD661DE) is unknown color: approx Orchid. HEX triplet: D6, 61 and DE. RGB value is (214,97,222). Sum of RGB (Red+Green+Blue) = 214+97+222=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #D661DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DE is #299E21. Grayscale: #919191. Windows color (decimal): -2727458 or 14574038. OLE color: 14574038.

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

Color convert

RGB21497222-
CMYK0.040.5600.13
HSL296.16º65.45%62.55%-
HSV(B)296.16º56.31%87.06%-
XYZ45.1928.1272.15-
YUV146.23170.76176.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 97 (38.28% from 255) = 18.20%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=40.15%
G=18.20%
B=41.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214972220.040.5600.13296.1665.4562.55
HexD661DE4380D128413f
Octal32614133647001545010177
Binary11010110110000111011110100111000011011001010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661DE; }

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

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

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

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

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

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

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

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