#DE80D3

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

Shades of Orchid #DE80D3

Tints of Orchid #DE80D3

Color information

#DE80D3 (or 0xDE80D3) is unknown color: approx Orchid. HEX triplet: DE, 80 and D3. RGB value is (222,128,211). Sum of RGB (Red+Green+Blue) = 222+128+211=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80D3 is #217F2C. Grayscale: #A5A5A5. Windows color (decimal): -2195245 or 13861086. OLE color: 13861086.

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

Color convert

RGB222128211-
CMYK00.420.050.13
HSL307.02º58.75%68.63%-
HSV(B)307.02º42.34%87.06%-
XYZ49.635.6765.9-
YUV165.57153.64168.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 211 (82.81% from 255) = 37.61%
R=39.57%
G=22.82%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212821100.420.050.13307.0258.7568.63
HexDE80D302A5D1333b45
Octal33620032305251546373105
Binary110111101000000011010011010101010111011001100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80D3; }

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

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

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

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

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

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

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

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