#D66FE1

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

Shades of Orchid #D66FE1

Tints of Orchid #D66FE1

Color information

#D66FE1 (or 0xD66FE1) is unknown color: approx Orchid. HEX triplet: D6, 6F and E1. RGB value is (214,111,225). Sum of RGB (Red+Green+Blue) = 214+111+225=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #D66FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FE1 is #29901E. Grayscale: #9A9A9A. Windows color (decimal): -2723871 or 14774230. OLE color: 14774230.

HSL color Cylindrical-coordinate representation of color #D66FE1: hue angle of 294.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66FE1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214111225-
CMYK0.050.5100.12
HSL294.21º65.52%65.88%-
HSV(B)294.21º50.67%88.24%-
XYZ47.0131.174.76-
YUV154.79167.62170.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=38.91%
G=20.18%
B=40.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141112250.050.5100.12294.2165.5265.88
HexD66FE15330C1264242
Octal326157341563014446102102
Binary110101101101111111000011011100110110010010011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FE1; }

 p { color: rgb(214,111,225); }

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

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

 a { background-color: rgb(214,111,225); }

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

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

 span { border-color: rgb(214,111,225); }

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