#D689C7

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

Shades of Orchid #D689C7

Tints of Orchid #D689C7

Color information

#D689C7 (or 0xD689C7) is unknown color: approx Orchid. HEX triplet: D6, 89 and C7. RGB value is (214,137,199). Sum of RGB (Red+Green+Blue) = 214+137+199=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C7 is #297638. Grayscale: #A6A6A6. Windows color (decimal): -2717241 or 13076950. OLE color: 13076950.

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

Color convert

RGB214137199-
CMYK00.360.070.16
HSL311.69º48.43%68.82%-
HSV(B)311.69º35.98%83.92%-
XYZ46.9936.3158.57-
YUV167.09146.01161.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 137 (53.91% from 255) = 24.91%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=38.91%
G=24.91%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413719900.360.070.16311.6948.4368.82
HexD689C70247101383045
Octal32621130704472047060105
Binary1101011010001001110001110100100111100001001110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689C7; }

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

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

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

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

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

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

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

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