#D661DF

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

Shades of Orchid #D661DF

Tints of Orchid #D661DF

Color information

#D661DF (or 0xD661DF) is unknown color: approx Orchid. HEX triplet: D6, 61 and DF. RGB value is (214,97,223). Sum of RGB (Red+Green+Blue) = 214+97+223=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D661DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DF is #299E20. Grayscale: #919191. Windows color (decimal): -2727457 or 14639574. OLE color: 14639574.

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

Color convert

RGB21497223-
CMYK0.040.5700.13
HSL295.71º66.32%62.75%-
HSV(B)295.71º56.5%87.45%-
XYZ45.3328.1772.86-
YUV146.35171.26176.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 97 (38.28% from 255) = 18.16%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=40.07%
G=18.16%
B=41.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214972230.040.5700.13295.7166.3262.75
HexD661DF4390D128423f
Octal32614133747101545010277
Binary11010110110000111011111100111001011011001010001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661DF; }

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

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

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

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

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

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

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

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