#D689C5

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

Shades of Orchid #D689C5

Tints of Orchid #D689C5

Color information

#D689C5 (or 0xD689C5) is unknown color: approx Orchid. HEX triplet: D6, 89 and C5. RGB value is (214,137,197). Sum of RGB (Red+Green+Blue) = 214+137+197=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C5 is #29763A. Grayscale: #A6A6A6. Windows color (decimal): -2717243 or 12945878. OLE color: 12945878.

HSL color Cylindrical-coordinate representation of color #D689C5: hue angle of 313.25º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689C5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214137197-
CMYK00.360.080.16
HSL313.25º48.43%68.82%-
HSV(B)313.25º35.98%83.92%-
XYZ46.7636.2257.35-
YUV166.86145.01161.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=39.05%
G=25%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413719700.360.080.16313.2548.4368.82
HexD689C50248101393045
Octal326211305044102047160105
Binary11010110100010011100010101001001000100001001110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689C5; }

 p { color: rgb(214,137,197); }

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

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

 a { background-color: rgb(214,137,197); }

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

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

 span { border-color: rgb(214,137,197); }

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