#D689CD

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

Shades of Orchid #D689CD

Tints of Orchid #D689CD

Color information

#D689CD (or 0xD689CD) is unknown color: approx Orchid. HEX triplet: D6, 89 and CD. RGB value is (214,137,205). Sum of RGB (Red+Green+Blue) = 214+137+205=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D689CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689CD is #297632. Grayscale: #A7A7A7. Windows color (decimal): -2717235 or 13470166. OLE color: 13470166.

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

Color convert

RGB214137205-
CMYK00.360.040.16
HSL307.01º48.43%68.82%-
HSV(B)307.01º35.98%83.92%-
XYZ47.736.662.31-
YUV167.78149.01160.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=38.49%
G=24.64%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413720500.360.040.16307.0148.4368.82
HexD689CD0244101333045
Octal32621131504442046360105
Binary1101011010001001110011010100100100100001001100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689CD; }

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

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

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

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

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

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

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

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