#D481DE

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

Shades of Orchid #D481DE

Tints of Orchid #D481DE

Color information

#D481DE (or 0xD481DE) is unknown color: approx Orchid. HEX triplet: D4, 81 and DE. RGB value is (212,129,222). Sum of RGB (Red+Green+Blue) = 212+129+222=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #D481DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DE is #2B7E21. Grayscale: #A4A4A4. Windows color (decimal): -2850338 or 14582228. OLE color: 14582228.

HSL color Cylindrical-coordinate representation of color #D481DE: hue angle of 293.55º degrees, saturation: 0.58, 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 #D481DE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212129222-
CMYK0.050.4200.13
HSL293.55º58.49%68.82%-
HSV(B)293.55º41.89%87.06%-
XYZ48.1934.9773.32-
YUV164.42160.5161.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=37.66%
G=22.91%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121292220.050.4200.13293.5558.4968.82
HexD481DE52A0D1263a45
Octal32420133655201544672105
Binary110101001000000111011110101101010011011001001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481DE; }

 p { color: rgb(212,129,222); }

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

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

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

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

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

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

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