#D686CA

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

Shades of Orchid #D686CA

Tints of Orchid #D686CA

Color information

#D686CA (or 0xD686CA) is unknown color: approx Orchid. HEX triplet: D6, 86 and CA. RGB value is (214,134,202). Sum of RGB (Red+Green+Blue) = 214+134+202=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D686CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686CA is #297935. Grayscale: #A5A5A5. Windows color (decimal): -2718006 or 13272790. OLE color: 13272790.

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

Color convert

RGB214134202-
CMYK00.370.060.16
HSL309º49.38%68.24%-
HSV(B)309º37.38%83.92%-
XYZ46.9235.6160.28-
YUV165.67148.5162.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=38.91%
G=24.36%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413420200.370.060.1630949.3868.24
HexD686CA0256101353144
Octal32620631204562046561104
Binary1101011010000110110010100100101110100001001101011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686CA; }

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

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

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

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

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

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

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

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