#DF6CE4

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

Shades of Orchid #DF6CE4

Tints of Orchid #DF6CE4

Color information

#DF6CE4 (or 0xDF6CE4) is unknown color: approx Orchid. HEX triplet: DF, 6C and E4. RGB value is (223,108,228). Sum of RGB (Red+Green+Blue) = 223+108+228=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CE4 is #20931B. Grayscale: #9B9B9B. Windows color (decimal): -2134812 or 14970079. OLE color: 14970079.

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

Color convert

RGB223108228-
CMYK0.020.5300.11
HSL297.5º68.97%65.88%-
HSV(B)297.5º52.63%89.41%-
XYZ49.832.0176.95-
YUV156.06168.6175.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 108 (42.58% from 255) = 19.32%
BLUE value IS 228 (89.45% from 255) = 40.79%
R=39.89%
G=19.32%
B=40.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231082280.020.5300.11297.568.9765.88
HexDF6CE42350B12a4542
Octal337154344265013452105102
Binary11011111110110011100100101101010101110010101010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CE4; }

 p { color: rgb(223,108,228); }

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

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

 a { background-color: rgb(223,108,228); }

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

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

 span { border-color: rgb(223,108,228); }

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