#D489CF

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

Shades of Orchid #D489CF

Tints of Orchid #D489CF

Color information

#D489CF (or 0xD489CF) is unknown color: approx Orchid. HEX triplet: D4, 89 and CF. RGB value is (212,137,207). Sum of RGB (Red+Green+Blue) = 212+137+207=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CF is #2B7630. Grayscale: #A7A7A7. Windows color (decimal): -2848305 or 13601236. OLE color: 13601236.

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

Color convert

RGB212137207-
CMYK00.350.020.17
HSL304º46.58%68.43%-
HSV(B)304º35.38%83.14%-
XYZ47.3636.3963.56-
YUV167.4150.35159.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=38.13%
G=24.64%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213720700.350.020.1730446.5868.43
HexD489CF0232111302f44
Octal32421131704322146057104
Binary110101001000100111001111010001110100011001100001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489CF; }

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

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

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

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

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

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

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

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