#D689D4

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

Shades of Orchid #D689D4

Tints of Orchid #D689D4

Color information

#D689D4 (or 0xD689D4) is unknown color: approx Orchid. HEX triplet: D6, 89 and D4. RGB value is (214,137,212). Sum of RGB (Red+Green+Blue) = 214+137+212=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D689D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689D4 is #29762B. Grayscale: #A8A8A8. Windows color (decimal): -2717228 or 13928918. OLE color: 13928918.

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

Color convert

RGB214137212-
CMYK00.360.010.16
HSL301.56º48.43%68.82%-
HSV(B)301.56º35.98%83.92%-
XYZ48.5636.9466.86-
YUV168.57152.51160.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=38.01%
G=24.33%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413721200.360.010.16301.5648.4368.82
HexD689D402411012e3045
Octal32621132404412045660105
Binary11010110100010011101010001001001100001001011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689D4; }

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

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

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

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

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

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

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

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