#DE67DE

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

Shades of Orchid #DE67DE

Tints of Orchid #DE67DE

Color information

#DE67DE (or 0xDE67DE) is unknown color: approx Orchid. HEX triplet: DE, 67 and DE. RGB value is (222,103,222). Sum of RGB (Red+Green+Blue) = 222+103+222=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67DE is #219821. Grayscale: #979797. Windows color (decimal): -2201634 or 14575582. OLE color: 14575582.

HSL color Cylindrical-coordinate representation of color #DE67DE: hue angle of 300º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE67DE is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222103222-
CMYK00.5400.13
HSL300º64.32%63.73%-
HSV(B)300º53.6%87.06%-
XYZ48.1630.572.46-
YUV152.15167.42177.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 103 (40.62% from 255) = 18.83%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=40.59%
G=18.83%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210322200.5400.1330064.3263.73
HexDE67DE0360D12c4040
Octal336147336066015454100100
Binary1101111011001111101111001101100110110010110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67DE; }

 p { color: rgb(222,103,222); }

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

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

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

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

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

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

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