#D661DA

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

Shades of Orchid #D661DA

Tints of Orchid #D661DA

Color information

#D661DA (or 0xD661DA) is unknown color: approx Orchid. HEX triplet: D6, 61 and DA. RGB value is (214,97,218). Sum of RGB (Red+Green+Blue) = 214+97+218=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D661DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DA is #299E25. Grayscale: #919191. Windows color (decimal): -2727462 or 14311894. OLE color: 14311894.

HSL color Cylindrical-coordinate representation of color #D661DA: hue angle of 298.02º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D661DA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21497218-
CMYK0.020.5600.15
HSL298.02º62.05%61.76%-
HSV(B)298.02º55.5%85.49%-
XYZ44.6627.9169.36-
YUV145.78168.76176.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=40.45%
G=18.34%
B=41.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214972180.020.5600.15298.0262.0561.76
HexD661DA2380F12a3e3e
Octal3261413322700174527676
Binary110101101100001110110101011100001111100101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661DA; }

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

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

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

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

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

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

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

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