#D66DE1

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

Shades of Orchid #D66DE1

Tints of Orchid #D66DE1

Color information

#D66DE1 (or 0xD66DE1) is unknown color: approx Orchid. HEX triplet: D6, 6D and E1. RGB value is (214,109,225). Sum of RGB (Red+Green+Blue) = 214+109+225=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #D66DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DE1 is #29921E. Grayscale: #999999. Windows color (decimal): -2724383 or 14773718. OLE color: 14773718.

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

Color convert

RGB214109225-
CMYK0.050.5200.12
HSL294.31º65.91%65.49%-
HSV(B)294.31º51.56%88.24%-
XYZ46.7930.6774.69-
YUV153.62168.29171.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 109 (42.97% from 255) = 19.89%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=39.05%
G=19.89%
B=41.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141092250.050.5200.12294.3165.9165.49
HexD66DE15340C1264241
Octal326155341564014446102101
Binary110101101101101111000011011101000110010010011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DE1; }

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

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

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

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

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

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

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

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