#DF66E3

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

Shades of Orchid #DF66E3

Tints of Orchid #DF66E3

Color information

#DF66E3 (or 0xDF66E3) is unknown color: approx Orchid. HEX triplet: DF, 66 and E3. RGB value is (223,102,227). Sum of RGB (Red+Green+Blue) = 223+102+227=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF66E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66E3 is #20991C. Grayscale: #989898. Windows color (decimal): -2136349 or 14903007. OLE color: 14903007.

HSL color Cylindrical-coordinate representation of color #DF66E3: hue angle of 298.08º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF66E3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223102227-
CMYK0.020.5500.11
HSL298.08º69.06%64.51%-
HSV(B)298.08º55.07%89.02%-
XYZ49.0530.7476.02-
YUV152.43170.09178.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 227 (89.06% from 255) = 41.12%
R=40.40%
G=18.48%
B=41.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231022270.020.5500.11298.0869.0664.51
HexDF66E32370B12a4541
Octal337146343267013452105101
Binary11011111110011011100011101101110101110010101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF66E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF66E3; }

 p { color: rgb(223,102,227); }

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

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

 a { background-color: rgb(223,102,227); }

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

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

 span { border-color: rgb(223,102,227); }

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