#DE75D5

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

Shades of Orchid #DE75D5

Tints of Orchid #DE75D5

Color information

#DE75D5 (or 0xDE75D5) is unknown color: approx Orchid. HEX triplet: DE, 75 and D5. RGB value is (222,117,213). Sum of RGB (Red+Green+Blue) = 222+117+213=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75D5 is #218A2A. Grayscale: #9F9F9F. Windows color (decimal): -2198059 or 13989342. OLE color: 13989342.

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

Color convert

RGB222117213-
CMYK00.470.040.13
HSL305.14º61.4%66.47%-
HSV(B)305.14º47.3%87.06%-
XYZ48.533.0666.78-
YUV159.34158.29172.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=40.22%
G=21.20%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211721300.470.040.13305.1461.466.47
HexDE75D502F4D1313d42
Octal33616532505741546175102
Binary11011110111010111010101010111110011011001100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75D5; }

 p { color: rgb(222,117,213); }

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

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

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

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

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

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

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