#D484DC

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

Shades of Orchid #D484DC

Tints of Orchid #D484DC

Color information

#D484DC (or 0xD484DC) is unknown color: approx Orchid. HEX triplet: D4, 84 and DC. RGB value is (212,132,220). Sum of RGB (Red+Green+Blue) = 212+132+220=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D484DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484DC is #2B7B23. Grayscale: #A5A5A5. Windows color (decimal): -2849572 or 14451924. OLE color: 14451924.

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

Color convert

RGB212132220-
CMYK0.040.4000.14
HSL294.55º55.7%69.02%-
HSV(B)294.55º40%86.27%-
XYZ48.3235.6772.05-
YUV165.95158.5160.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=37.59%
G=23.40%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121322200.040.4000.14294.5555.769.02
HexD484DC4280E1273845
Octal32420433445001644770105
Binary110101001000010011011100100101000011101001001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484DC; }

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

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

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

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

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

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

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

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