#DF67E6

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

Shades of Orchid #DF67E6

Tints of Orchid #DF67E6

Color information

#DF67E6 (or 0xDF67E6) is unknown color: approx Orchid. HEX triplet: DF, 67 and E6. RGB value is (223,103,230). Sum of RGB (Red+Green+Blue) = 223+103+230=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF67E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF67E6 is #209819. Grayscale: #989898. Windows color (decimal): -2136090 or 15099871. OLE color: 15099871.

HSL color Cylindrical-coordinate representation of color #DF67E6: hue angle of 296.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF67E6 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223103230-
CMYK0.030.5500.10
HSL296.69º71.75%65.29%-
HSV(B)296.69º55.22%90.2%-
XYZ49.5631.178.25-
YUV153.36171.26177.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 103 (40.62% from 255) = 18.53%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=40.11%
G=18.53%
B=41.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231032300.030.5500.10296.6971.7565.29
HexDF67E63370A1294841
Octal337147346367012451110101
Binary11011111110011111100110111101110101010010100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF67E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF67E6; }

 p { color: rgb(223,103,230); }

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

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

 a { background-color: rgb(223,103,230); }

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

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

 span { border-color: rgb(223,103,230); }

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