#D489D2

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

Shades of Orchid #D489D2

Tints of Orchid #D489D2

Color information

#D489D2 (or 0xD489D2) is unknown color: approx Orchid. HEX triplet: D4, 89 and D2. RGB value is (212,137,210). Sum of RGB (Red+Green+Blue) = 212+137+210=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D489D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489D2 is #2B762D. Grayscale: #A7A7A7. Windows color (decimal): -2848302 or 13797844. OLE color: 13797844.

HSL color Cylindrical-coordinate representation of color #D489D2: hue angle of 301.6º 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 #D489D2 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212137210-
CMYK00.350.010.17
HSL301.6º46.58%68.43%-
HSV(B)301.6º35.38%83.14%-
XYZ47.7336.5465.51-
YUV167.75151.85159.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=37.92%
G=24.51%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213721000.350.010.17301.646.5868.43
HexD489D202311112e2f44
Octal32421132204312145657104
Binary11010100100010011101001001000111100011001011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489D2; }

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

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

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

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

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

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

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

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