#DE74D3

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

Shades of Orchid #DE74D3

Tints of Orchid #DE74D3

Color information

#DE74D3 (or 0xDE74D3) is unknown color: approx Orchid. HEX triplet: DE, 74 and D3. RGB value is (222,116,211). Sum of RGB (Red+Green+Blue) = 222+116+211=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74D3 is #218B2C. Grayscale: #9E9E9E. Windows color (decimal): -2198317 or 13858014. OLE color: 13858014.

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

Color convert

RGB222116211-
CMYK00.480.050.13
HSL306.23º61.63%66.27%-
HSV(B)306.23º47.75%87.06%-
XYZ48.1332.7265.41-
YUV158.52157.62173.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 116 (45.70% from 255) = 21.13%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=40.44%
G=21.13%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211621100.480.050.13306.2361.6366.27
HexDE74D30305D1323e42
Octal33616432306051546276102
Binary11011110111010011010011011000010111011001100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE74D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE74D3; }

 p { color: rgb(222,116,211); }

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

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

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

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

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

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

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