#D686CD

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

Shades of Orchid #D686CD

Tints of Orchid #D686CD

Color information

#D686CD (or 0xD686CD) is unknown color: approx Orchid. HEX triplet: D6, 86 and CD. RGB value is (214,134,205). Sum of RGB (Red+Green+Blue) = 214+134+205=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D686CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686CD is #297932. Grayscale: #A5A5A5. Windows color (decimal): -2718003 or 13469398. OLE color: 13469398.

HSL color Cylindrical-coordinate representation of color #D686CD: hue angle of 306.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686CD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214134205-
CMYK00.370.040.16
HSL306.75º49.38%68.24%-
HSV(B)306.75º37.38%83.92%-
XYZ47.2835.7562.17-
YUV166.01150162.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=38.70%
G=24.23%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413420500.370.040.16306.7549.3868.24
HexD686CD0254101333144
Octal32620631504542046361104
Binary1101011010000110110011010100101100100001001100111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686CD; }

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

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

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

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

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

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

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

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