#D489D3

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

Shades of Orchid #D489D3

Tints of Orchid #D489D3

Color information

#D489D3 (or 0xD489D3) is unknown color: approx Orchid. HEX triplet: D4, 89 and D3. RGB value is (212,137,211). Sum of RGB (Red+Green+Blue) = 212+137+211=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D489D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489D3 is #2B762C. Grayscale: #A7A7A7. Windows color (decimal): -2848301 or 13863380. OLE color: 13863380.

HSL color Cylindrical-coordinate representation of color #D489D3: hue angle of 300.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D489D3 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB212137211-
CMYK00.350.000.17
HSL300.8º46.58%68.43%-
HSV(B)300.8º35.38%83.14%-
XYZ47.8536.5966.17-
YUV167.86152.35159.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=37.86%
G=24.46%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213721100.350.000.17300.846.5868.43
HexD489D302301112d2f44
Octal32421132304302145557104
Binary11010100100010011101001101000110100011001011011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489D3; }

 p { color: rgb(212,137,211); }

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

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

 a { background-color: rgb(212,137,211); }

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

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

 span { border-color: rgb(212,137,211); }

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