#df6fea

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

Shades of Orchid #DF6FEA

Tints of Orchid #DF6FEA

Color information

#DF6FEA (or 0xDF6FEA) is unknown color: approx Orchid. HEX triplet: DF, 6F and EA. RGB value is (223,111,234). Sum of RGB (Red+Green+Blue) = 223+111+234=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FEA is #209015. Grayscale: #9E9E9E. Windows color (decimal): -2134038 or 15364063. OLE color: 15364063.

HSL color Cylindrical-coordinate representation of color #DF6FEA: hue angle of 294.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6FEA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223111234-
CMYK0.050.5300.08
HSL294.63º74.55%67.65%-
HSV(B)294.63º52.56%91.76%-
XYZ50.973381.52-
YUV158.51170.61174-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 111 (43.75% from 255) = 19.54%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=39.26%
G=19.54%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231112340.050.5300.08294.6374.5567.65
HexDF6FEA535081274b44
Octal337157352565010447113104
Binary110111111101111111010101011101010100010010011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6fea; }

 p { color: rgb(223,111,234); }

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

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

 a { background-color: rgb(223,111,234); }

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

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

 span { border-color: rgb(223,111,234); }

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