#D484DD

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

Shades of Orchid #D484DD

Tints of Orchid #D484DD

Color information

#D484DD (or 0xD484DD) is unknown color: approx Orchid. HEX triplet: D4, 84 and DD. RGB value is (212,132,221). Sum of RGB (Red+Green+Blue) = 212+132+221=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D484DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484DD is #2B7B22. Grayscale: #A5A5A5. Windows color (decimal): -2849571 or 14517460. OLE color: 14517460.

HSL color Cylindrical-coordinate representation of color #D484DD: hue angle of 293.93º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D484DD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212132221-
CMYK0.040.4000.13
HSL293.93º56.69%69.22%-
HSV(B)293.93º40.27%86.67%-
XYZ48.4535.7272.75-
YUV166.07159160.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=37.52%
G=23.36%
B=39.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121322210.040.4000.13293.9356.6969.22
HexD484DD4280D1263945
Octal32420433545001544671105
Binary110101001000010011011101100101000011011001001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484DD; }

 p { color: rgb(212,132,221); }

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

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

 a { background-color: rgb(212,132,221); }

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

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

 span { border-color: rgb(212,132,221); }

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