#D489CD

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

Shades of Orchid #D489CD

Tints of Orchid #D489CD

Color information

#D489CD (or 0xD489CD) is unknown color: approx Orchid. HEX triplet: D4, 89 and CD. RGB value is (212,137,205). Sum of RGB (Red+Green+Blue) = 212+137+205=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D489CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489CD is #2B7632. Grayscale: #A6A6A6. Windows color (decimal): -2848307 or 13470164. OLE color: 13470164.

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

Color convert

RGB212137205-
CMYK00.350.030.17
HSL305.6º46.58%68.43%-
HSV(B)305.6º35.38%83.14%-
XYZ47.1236.362.28-
YUV167.18149.35159.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 137 (53.91% from 255) = 24.73%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=38.27%
G=24.73%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213720500.350.030.17305.646.5868.43
HexD489CD0233111322f44
Octal32421131504332146257104
Binary110101001000100111001101010001111100011001100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489CD; }

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

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

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

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

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

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

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

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