#DE67DA

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

Shades of Orchid #DE67DA

Tints of Orchid #DE67DA

Color information

#DE67DA (or 0xDE67DA) is unknown color: approx Orchid. HEX triplet: DE, 67 and DA. RGB value is (222,103,218). Sum of RGB (Red+Green+Blue) = 222+103+218=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67DA is #219825. Grayscale: #979797. Windows color (decimal): -2201638 or 14313438. OLE color: 14313438.

HSL color Cylindrical-coordinate representation of color #DE67DA: hue angle of 302.02º 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 #DE67DA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222103218-
CMYK00.540.020.13
HSL302.02º64.32%63.73%-
HSV(B)302.02º53.6%87.06%-
XYZ47.6330.2969.67-
YUV151.69165.42178.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=40.88%
G=18.97%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210321800.540.020.13302.0264.3263.73
HexDE67DA0362D12e4040
Octal336147332066215456100100
Binary11011110110011111011010011011010110110010111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67DA; }

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

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

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

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

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

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

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

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